Class Agent.GenAppBuilderSettings.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<Agent.GenAppBuilderSettings.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<Agent.GenAppBuilderSettings.Builder>
      • getDefaultInstanceForType

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

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

        public Agent.GenAppBuilderSettings buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public Agent.GenAppBuilderSettings.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<Agent.GenAppBuilderSettings.Builder>
        Throws:
        IOException
      • getEngine

        public String getEngine()
         Required. The full name of the Gen App Builder engine related to this
         agent if there is one. Format: `projects/{Project ID}/locations/{Location
         ID}/collections/{Collection ID}/engines/{Engine ID}`
         
        string engine = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getEngine in interface Agent.GenAppBuilderSettingsOrBuilder
        Returns:
        The engine.
      • getEngineBytes

        public com.google.protobuf.ByteString getEngineBytes()
         Required. The full name of the Gen App Builder engine related to this
         agent if there is one. Format: `projects/{Project ID}/locations/{Location
         ID}/collections/{Collection ID}/engines/{Engine ID}`
         
        string engine = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getEngineBytes in interface Agent.GenAppBuilderSettingsOrBuilder
        Returns:
        The bytes for engine.
      • setEngine

        public Agent.GenAppBuilderSettings.Builder setEngine​(String value)
         Required. The full name of the Gen App Builder engine related to this
         agent if there is one. Format: `projects/{Project ID}/locations/{Location
         ID}/collections/{Collection ID}/engines/{Engine ID}`
         
        string engine = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The engine to set.
        Returns:
        This builder for chaining.
      • clearEngine

        public Agent.GenAppBuilderSettings.Builder clearEngine()
         Required. The full name of the Gen App Builder engine related to this
         agent if there is one. Format: `projects/{Project ID}/locations/{Location
         ID}/collections/{Collection ID}/engines/{Engine ID}`
         
        string engine = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setEngineBytes

        public Agent.GenAppBuilderSettings.Builder setEngineBytes​(com.google.protobuf.ByteString value)
         Required. The full name of the Gen App Builder engine related to this
         agent if there is one. Format: `projects/{Project ID}/locations/{Location
         ID}/collections/{Collection ID}/engines/{Engine ID}`
         
        string engine = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for engine to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final Agent.GenAppBuilderSettings.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<Agent.GenAppBuilderSettings.Builder>