Class PscInterfaceConfig

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.PscInterfaceConfig
All Implemented Interfaces:
PscInterfaceConfigOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class PscInterfaceConfig extends com.google.protobuf.GeneratedMessage implements PscInterfaceConfigOrBuilder
 Configuration for PSC-I.
 
Protobuf type google.cloud.aiplatform.v1.PscInterfaceConfig
See Also:
  • Field Details

    • NETWORK_ATTACHMENT_FIELD_NUMBER

      public static final int NETWORK_ATTACHMENT_FIELD_NUMBER
      See Also:
    • DNS_PEERING_CONFIGS_FIELD_NUMBER

      public static final int DNS_PEERING_CONFIGS_FIELD_NUMBER
      See Also:
  • 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
    • getNetworkAttachment

      public String getNetworkAttachment()
       Optional. The name of the Compute Engine
       [network
       attachment](https://cloud.google.com/vpc/docs/about-network-attachments) to
       attach to the resource within the region and user project.
       To specify this field, you must have already [created a network attachment]
       (https://cloud.google.com/vpc/docs/create-manage-network-attachments#create-network-attachments).
       This field is only used for resources using PSC-I.
       
      string network_attachment = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
      Specified by:
      getNetworkAttachment in interface PscInterfaceConfigOrBuilder
      Returns:
      The networkAttachment.
    • getNetworkAttachmentBytes

      public com.google.protobuf.ByteString getNetworkAttachmentBytes()
       Optional. The name of the Compute Engine
       [network
       attachment](https://cloud.google.com/vpc/docs/about-network-attachments) to
       attach to the resource within the region and user project.
       To specify this field, you must have already [created a network attachment]
       (https://cloud.google.com/vpc/docs/create-manage-network-attachments#create-network-attachments).
       This field is only used for resources using PSC-I.
       
      string network_attachment = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
      Specified by:
      getNetworkAttachmentBytes in interface PscInterfaceConfigOrBuilder
      Returns:
      The bytes for networkAttachment.
    • getDnsPeeringConfigsList

      public List<DnsPeeringConfig> getDnsPeeringConfigsList()
       Optional. DNS peering configurations. When specified, Vertex AI will
       attempt to configure DNS peering zones in the tenant project VPC
       to resolve the specified domains using the target network's Cloud DNS.
       The user must grant the dns.peer role to the Vertex AI Service Agent
       on the target project.
       
      repeated .google.cloud.aiplatform.v1.DnsPeeringConfig dns_peering_configs = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDnsPeeringConfigsList in interface PscInterfaceConfigOrBuilder
    • getDnsPeeringConfigsOrBuilderList

      public List<? extends DnsPeeringConfigOrBuilder> getDnsPeeringConfigsOrBuilderList()
       Optional. DNS peering configurations. When specified, Vertex AI will
       attempt to configure DNS peering zones in the tenant project VPC
       to resolve the specified domains using the target network's Cloud DNS.
       The user must grant the dns.peer role to the Vertex AI Service Agent
       on the target project.
       
      repeated .google.cloud.aiplatform.v1.DnsPeeringConfig dns_peering_configs = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDnsPeeringConfigsOrBuilderList in interface PscInterfaceConfigOrBuilder
    • getDnsPeeringConfigsCount

      public int getDnsPeeringConfigsCount()
       Optional. DNS peering configurations. When specified, Vertex AI will
       attempt to configure DNS peering zones in the tenant project VPC
       to resolve the specified domains using the target network's Cloud DNS.
       The user must grant the dns.peer role to the Vertex AI Service Agent
       on the target project.
       
      repeated .google.cloud.aiplatform.v1.DnsPeeringConfig dns_peering_configs = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDnsPeeringConfigsCount in interface PscInterfaceConfigOrBuilder
    • getDnsPeeringConfigs

      public DnsPeeringConfig getDnsPeeringConfigs(int index)
       Optional. DNS peering configurations. When specified, Vertex AI will
       attempt to configure DNS peering zones in the tenant project VPC
       to resolve the specified domains using the target network's Cloud DNS.
       The user must grant the dns.peer role to the Vertex AI Service Agent
       on the target project.
       
      repeated .google.cloud.aiplatform.v1.DnsPeeringConfig dns_peering_configs = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDnsPeeringConfigs in interface PscInterfaceConfigOrBuilder
    • getDnsPeeringConfigsOrBuilder

      public DnsPeeringConfigOrBuilder getDnsPeeringConfigsOrBuilder(int index)
       Optional. DNS peering configurations. When specified, Vertex AI will
       attempt to configure DNS peering zones in the tenant project VPC
       to resolve the specified domains using the target network's Cloud DNS.
       The user must grant the dns.peer role to the Vertex AI Service Agent
       on the target project.
       
      repeated .google.cloud.aiplatform.v1.DnsPeeringConfig dns_peering_configs = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDnsPeeringConfigsOrBuilder in interface PscInterfaceConfigOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static PscInterfaceConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PscInterfaceConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PscInterfaceConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PscInterfaceConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PscInterfaceConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PscInterfaceConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PscInterfaceConfig parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PscInterfaceConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PscInterfaceConfig parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PscInterfaceConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PscInterfaceConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PscInterfaceConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public PscInterfaceConfig.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static PscInterfaceConfig.Builder newBuilder()
    • newBuilder

      public static PscInterfaceConfig.Builder newBuilder(PscInterfaceConfig prototype)
    • toBuilder

      public PscInterfaceConfig.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected PscInterfaceConfig.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static PscInterfaceConfig getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<PscInterfaceConfig> parser()
    • getParserForType

      public com.google.protobuf.Parser<PscInterfaceConfig> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public PscInterfaceConfig getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder