Class PscAutomatedEndpoints.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<PscAutomatedEndpoints.Builder>
com.google.cloud.aiplatform.v1.PscAutomatedEndpoints.Builder
All Implemented Interfaces:
PscAutomatedEndpointsOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
PscAutomatedEndpoints

public static final class PscAutomatedEndpoints.Builder extends com.google.protobuf.GeneratedMessage.Builder<PscAutomatedEndpoints.Builder> implements PscAutomatedEndpointsOrBuilder
 PscAutomatedEndpoints defines the output of the forwarding rule
 automatically created by each PscAutomationConfig.
 
Protobuf type google.cloud.aiplatform.v1.PscAutomatedEndpoints
  • Method Details

    • getDescriptor

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

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

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

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

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

      public PscAutomatedEndpoints.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PscAutomatedEndpoints.Builder>
    • mergeFrom

    • isInitialized

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

      public PscAutomatedEndpoints.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<PscAutomatedEndpoints.Builder>
      Throws:
      IOException
    • getProjectId

      public String getProjectId()
       Corresponding project_id in pscAutomationConfigs
       
      string project_id = 1;
      Specified by:
      getProjectId in interface PscAutomatedEndpointsOrBuilder
      Returns:
      The projectId.
    • getProjectIdBytes

      public com.google.protobuf.ByteString getProjectIdBytes()
       Corresponding project_id in pscAutomationConfigs
       
      string project_id = 1;
      Specified by:
      getProjectIdBytes in interface PscAutomatedEndpointsOrBuilder
      Returns:
      The bytes for projectId.
    • setProjectId

      public PscAutomatedEndpoints.Builder setProjectId(String value)
       Corresponding project_id in pscAutomationConfigs
       
      string project_id = 1;
      Parameters:
      value - The projectId to set.
      Returns:
      This builder for chaining.
    • clearProjectId

      public PscAutomatedEndpoints.Builder clearProjectId()
       Corresponding project_id in pscAutomationConfigs
       
      string project_id = 1;
      Returns:
      This builder for chaining.
    • setProjectIdBytes

      public PscAutomatedEndpoints.Builder setProjectIdBytes(com.google.protobuf.ByteString value)
       Corresponding project_id in pscAutomationConfigs
       
      string project_id = 1;
      Parameters:
      value - The bytes for projectId to set.
      Returns:
      This builder for chaining.
    • getNetwork

      public String getNetwork()
       Corresponding network in pscAutomationConfigs.
       
      string network = 2;
      Specified by:
      getNetwork in interface PscAutomatedEndpointsOrBuilder
      Returns:
      The network.
    • getNetworkBytes

      public com.google.protobuf.ByteString getNetworkBytes()
       Corresponding network in pscAutomationConfigs.
       
      string network = 2;
      Specified by:
      getNetworkBytes in interface PscAutomatedEndpointsOrBuilder
      Returns:
      The bytes for network.
    • setNetwork

      public PscAutomatedEndpoints.Builder setNetwork(String value)
       Corresponding network in pscAutomationConfigs.
       
      string network = 2;
      Parameters:
      value - The network to set.
      Returns:
      This builder for chaining.
    • clearNetwork

      public PscAutomatedEndpoints.Builder clearNetwork()
       Corresponding network in pscAutomationConfigs.
       
      string network = 2;
      Returns:
      This builder for chaining.
    • setNetworkBytes

      public PscAutomatedEndpoints.Builder setNetworkBytes(com.google.protobuf.ByteString value)
       Corresponding network in pscAutomationConfigs.
       
      string network = 2;
      Parameters:
      value - The bytes for network to set.
      Returns:
      This builder for chaining.
    • getMatchAddress

      public String getMatchAddress()
       Ip Address created by the automated forwarding rule.
       
      string match_address = 3;
      Specified by:
      getMatchAddress in interface PscAutomatedEndpointsOrBuilder
      Returns:
      The matchAddress.
    • getMatchAddressBytes

      public com.google.protobuf.ByteString getMatchAddressBytes()
       Ip Address created by the automated forwarding rule.
       
      string match_address = 3;
      Specified by:
      getMatchAddressBytes in interface PscAutomatedEndpointsOrBuilder
      Returns:
      The bytes for matchAddress.
    • setMatchAddress

      public PscAutomatedEndpoints.Builder setMatchAddress(String value)
       Ip Address created by the automated forwarding rule.
       
      string match_address = 3;
      Parameters:
      value - The matchAddress to set.
      Returns:
      This builder for chaining.
    • clearMatchAddress

      public PscAutomatedEndpoints.Builder clearMatchAddress()
       Ip Address created by the automated forwarding rule.
       
      string match_address = 3;
      Returns:
      This builder for chaining.
    • setMatchAddressBytes

      public PscAutomatedEndpoints.Builder setMatchAddressBytes(com.google.protobuf.ByteString value)
       Ip Address created by the automated forwarding rule.
       
      string match_address = 3;
      Parameters:
      value - The bytes for matchAddress to set.
      Returns:
      This builder for chaining.