Class ExecutionTemplate.VertexAIParameters.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutionTemplate.VertexAIParameters.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutionTemplate.VertexAIParameters.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutionTemplate.VertexAIParameters.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<ExecutionTemplate.VertexAIParameters.Builder>
      • getDefaultInstanceForType

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

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

        public ExecutionTemplate.VertexAIParameters 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<ExecutionTemplate.VertexAIParameters.Builder>
      • getNetwork

        public String getNetwork()
         The full name of the Compute Engine
         [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks)
         to which the Job should be peered. For example,
         `projects/12345/global/networks/myVPC`.
         [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert)
         is of the form `projects/{project}/global/networks/{network}`.
         Where `{project}` is a project number, as in `12345`, and `{network}` is
         a network name.
        
         Private services access must already be configured for the network. If
         left unspecified, the job is not peered with any network.
         
        string network = 1;
        Specified by:
        getNetwork in interface ExecutionTemplate.VertexAIParametersOrBuilder
        Returns:
        The network.
      • getNetworkBytes

        public com.google.protobuf.ByteString getNetworkBytes()
         The full name of the Compute Engine
         [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks)
         to which the Job should be peered. For example,
         `projects/12345/global/networks/myVPC`.
         [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert)
         is of the form `projects/{project}/global/networks/{network}`.
         Where `{project}` is a project number, as in `12345`, and `{network}` is
         a network name.
        
         Private services access must already be configured for the network. If
         left unspecified, the job is not peered with any network.
         
        string network = 1;
        Specified by:
        getNetworkBytes in interface ExecutionTemplate.VertexAIParametersOrBuilder
        Returns:
        The bytes for network.
      • setNetwork

        public ExecutionTemplate.VertexAIParameters.Builder setNetwork​(String value)
         The full name of the Compute Engine
         [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks)
         to which the Job should be peered. For example,
         `projects/12345/global/networks/myVPC`.
         [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert)
         is of the form `projects/{project}/global/networks/{network}`.
         Where `{project}` is a project number, as in `12345`, and `{network}` is
         a network name.
        
         Private services access must already be configured for the network. If
         left unspecified, the job is not peered with any network.
         
        string network = 1;
        Parameters:
        value - The network to set.
        Returns:
        This builder for chaining.
      • clearNetwork

        public ExecutionTemplate.VertexAIParameters.Builder clearNetwork()
         The full name of the Compute Engine
         [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks)
         to which the Job should be peered. For example,
         `projects/12345/global/networks/myVPC`.
         [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert)
         is of the form `projects/{project}/global/networks/{network}`.
         Where `{project}` is a project number, as in `12345`, and `{network}` is
         a network name.
        
         Private services access must already be configured for the network. If
         left unspecified, the job is not peered with any network.
         
        string network = 1;
        Returns:
        This builder for chaining.
      • setNetworkBytes

        public ExecutionTemplate.VertexAIParameters.Builder setNetworkBytes​(com.google.protobuf.ByteString value)
         The full name of the Compute Engine
         [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks)
         to which the Job should be peered. For example,
         `projects/12345/global/networks/myVPC`.
         [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert)
         is of the form `projects/{project}/global/networks/{network}`.
         Where `{project}` is a project number, as in `12345`, and `{network}` is
         a network name.
        
         Private services access must already be configured for the network. If
         left unspecified, the job is not peered with any network.
         
        string network = 1;
        Parameters:
        value - The bytes for network to set.
        Returns:
        This builder for chaining.
      • removeEnv

        public ExecutionTemplate.VertexAIParameters.Builder removeEnv​(String key)
         Environment variables.
         At most 100 environment variables can be specified and unique.
         Example: `GCP_BUCKET=gs://my-bucket/samples/`
         
        map<string, string> env = 2;