Class EnvironmentHistory.Entry.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<EnvironmentHistory.Entry.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<EnvironmentHistory.Entry.Builder>
      • getDefaultInstanceForType

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

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

        public EnvironmentHistory.Entry buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

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

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

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

        public EnvironmentHistory.Entry.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws 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<EnvironmentHistory.Entry.Builder>
        Throws:
        IOException
      • getAgentVersionBytes

        public com.google.protobuf.ByteString getAgentVersionBytes()
         The agent version loaded into this environment history entry.
         
        string agent_version = 1;
        Specified by:
        getAgentVersionBytes in interface EnvironmentHistory.EntryOrBuilder
        Returns:
        The bytes for agentVersion.
      • setAgentVersion

        public EnvironmentHistory.Entry.Builder setAgentVersion​(String value)
         The agent version loaded into this environment history entry.
         
        string agent_version = 1;
        Parameters:
        value - The agentVersion to set.
        Returns:
        This builder for chaining.
      • clearAgentVersion

        public EnvironmentHistory.Entry.Builder clearAgentVersion()
         The agent version loaded into this environment history entry.
         
        string agent_version = 1;
        Returns:
        This builder for chaining.
      • setAgentVersionBytes

        public EnvironmentHistory.Entry.Builder setAgentVersionBytes​(com.google.protobuf.ByteString value)
         The agent version loaded into this environment history entry.
         
        string agent_version = 1;
        Parameters:
        value - The bytes for agentVersion to set.
        Returns:
        This builder for chaining.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         The developer-provided description for this environment history entry.
         
        string description = 2;
        Specified by:
        getDescriptionBytes in interface EnvironmentHistory.EntryOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public EnvironmentHistory.Entry.Builder setDescription​(String value)
         The developer-provided description for this environment history entry.
         
        string description = 2;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public EnvironmentHistory.Entry.Builder clearDescription()
         The developer-provided description for this environment history entry.
         
        string description = 2;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public EnvironmentHistory.Entry.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         The developer-provided description for this environment history entry.
         
        string description = 2;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • hasCreateTime

        public boolean hasCreateTime()
         The creation time of this environment history entry.
         
        .google.protobuf.Timestamp create_time = 3;
        Specified by:
        hasCreateTime in interface EnvironmentHistory.EntryOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         The creation time of this environment history entry.
         
        .google.protobuf.Timestamp create_time = 3;
        Specified by:
        getCreateTime in interface EnvironmentHistory.EntryOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public EnvironmentHistory.Entry.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         The creation time of this environment history entry.
         
        .google.protobuf.Timestamp create_time = 3;
      • setCreateTime

        public EnvironmentHistory.Entry.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         The creation time of this environment history entry.
         
        .google.protobuf.Timestamp create_time = 3;
      • mergeCreateTime

        public EnvironmentHistory.Entry.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         The creation time of this environment history entry.
         
        .google.protobuf.Timestamp create_time = 3;
      • clearCreateTime

        public EnvironmentHistory.Entry.Builder clearCreateTime()
         The creation time of this environment history entry.
         
        .google.protobuf.Timestamp create_time = 3;
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         The creation time of this environment history entry.
         
        .google.protobuf.Timestamp create_time = 3;
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         The creation time of this environment history entry.
         
        .google.protobuf.Timestamp create_time = 3;
        Specified by:
        getCreateTimeOrBuilder in interface EnvironmentHistory.EntryOrBuilder
      • setUnknownFields

        public final EnvironmentHistory.Entry.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<EnvironmentHistory.Entry.Builder>
      • mergeUnknownFields

        public final EnvironmentHistory.Entry.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<EnvironmentHistory.Entry.Builder>