Class MemoryLogRawAllocation.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>
      • clear

        public MemoryLogRawAllocation.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>
      • getDefaultInstanceForType

        public MemoryLogRawAllocation getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public MemoryLogRawAllocation build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public MemoryLogRawAllocation buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public MemoryLogRawAllocation.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>
      • setField

        public MemoryLogRawAllocation.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                       java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>
      • clearField

        public MemoryLogRawAllocation.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>
      • clearOneof

        public MemoryLogRawAllocation.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>
      • setRepeatedField

        public MemoryLogRawAllocation.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               int index,
                                                               java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>
      • addRepeatedField

        public MemoryLogRawAllocation.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>
      • mergeFrom

        public MemoryLogRawAllocation.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<MemoryLogRawAllocation.Builder>
        Throws:
        java.io.IOException
      • setStepId

        public MemoryLogRawAllocation.Builder setStepId​(long value)
         Process-unique step id.
         
        int64 step_id = 1;
        Parameters:
        value - The stepId to set.
        Returns:
        This builder for chaining.
      • getOperation

        public java.lang.String getOperation()
         Name of the operation making the allocation.
         
        string operation = 2;
        Specified by:
        getOperation in interface MemoryLogRawAllocationOrBuilder
        Returns:
        The operation.
      • getOperationBytes

        public com.google.protobuf.ByteString getOperationBytes()
         Name of the operation making the allocation.
         
        string operation = 2;
        Specified by:
        getOperationBytes in interface MemoryLogRawAllocationOrBuilder
        Returns:
        The bytes for operation.
      • setOperation

        public MemoryLogRawAllocation.Builder setOperation​(java.lang.String value)
         Name of the operation making the allocation.
         
        string operation = 2;
        Parameters:
        value - The operation to set.
        Returns:
        This builder for chaining.
      • clearOperation

        public MemoryLogRawAllocation.Builder clearOperation()
         Name of the operation making the allocation.
         
        string operation = 2;
        Returns:
        This builder for chaining.
      • setOperationBytes

        public MemoryLogRawAllocation.Builder setOperationBytes​(com.google.protobuf.ByteString value)
         Name of the operation making the allocation.
         
        string operation = 2;
        Parameters:
        value - The bytes for operation to set.
        Returns:
        This builder for chaining.
      • setNumBytes

        public MemoryLogRawAllocation.Builder setNumBytes​(long value)
         Number of bytes in the allocation.
         
        int64 num_bytes = 3;
        Parameters:
        value - The numBytes to set.
        Returns:
        This builder for chaining.
      • clearNumBytes

        public MemoryLogRawAllocation.Builder clearNumBytes()
         Number of bytes in the allocation.
         
        int64 num_bytes = 3;
        Returns:
        This builder for chaining.
      • setPtr

        public MemoryLogRawAllocation.Builder setPtr​(long value)
         Address of the allocation.
         
        uint64 ptr = 4;
        Parameters:
        value - The ptr to set.
        Returns:
        This builder for chaining.
      • getAllocationId

        public long getAllocationId()
         Id of the tensor buffer being allocated, used to match to a
         corresponding deallocation.
         
        int64 allocation_id = 5;
        Specified by:
        getAllocationId in interface MemoryLogRawAllocationOrBuilder
        Returns:
        The allocationId.
      • setAllocationId

        public MemoryLogRawAllocation.Builder setAllocationId​(long value)
         Id of the tensor buffer being allocated, used to match to a
         corresponding deallocation.
         
        int64 allocation_id = 5;
        Parameters:
        value - The allocationId to set.
        Returns:
        This builder for chaining.
      • clearAllocationId

        public MemoryLogRawAllocation.Builder clearAllocationId()
         Id of the tensor buffer being allocated, used to match to a
         corresponding deallocation.
         
        int64 allocation_id = 5;
        Returns:
        This builder for chaining.
      • getAllocatorNameBytes

        public com.google.protobuf.ByteString getAllocatorNameBytes()
         Name of the allocator used.
         
        string allocator_name = 6;
        Specified by:
        getAllocatorNameBytes in interface MemoryLogRawAllocationOrBuilder
        Returns:
        The bytes for allocatorName.
      • setAllocatorName

        public MemoryLogRawAllocation.Builder setAllocatorName​(java.lang.String value)
         Name of the allocator used.
         
        string allocator_name = 6;
        Parameters:
        value - The allocatorName to set.
        Returns:
        This builder for chaining.
      • clearAllocatorName

        public MemoryLogRawAllocation.Builder clearAllocatorName()
         Name of the allocator used.
         
        string allocator_name = 6;
        Returns:
        This builder for chaining.
      • setAllocatorNameBytes

        public MemoryLogRawAllocation.Builder setAllocatorNameBytes​(com.google.protobuf.ByteString value)
         Name of the allocator used.
         
        string allocator_name = 6;
        Parameters:
        value - The bytes for allocatorName to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final MemoryLogRawAllocation.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>
      • mergeUnknownFields

        public final MemoryLogRawAllocation.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MemoryLogRawAllocation.Builder>