Class PSCAutomationConfig

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

@Generated public final class PSCAutomationConfig extends com.google.protobuf.GeneratedMessage implements PSCAutomationConfigOrBuilder
 PSC config that is used to automatically create PSC endpoints in the user
 projects.
 
Protobuf type google.cloud.aiplatform.v1.PSCAutomationConfig
See Also:
  • Field Details

    • PROJECT_ID_FIELD_NUMBER

      public static final int PROJECT_ID_FIELD_NUMBER
      See Also:
    • NETWORK_FIELD_NUMBER

      public static final int NETWORK_FIELD_NUMBER
      See Also:
    • IP_ADDRESS_FIELD_NUMBER

      public static final int IP_ADDRESS_FIELD_NUMBER
      See Also:
    • FORWARDING_RULE_FIELD_NUMBER

      public static final int FORWARDING_RULE_FIELD_NUMBER
      See Also:
    • STATE_FIELD_NUMBER

      public static final int STATE_FIELD_NUMBER
      See Also:
    • ERROR_MESSAGE_FIELD_NUMBER

      public static final int ERROR_MESSAGE_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
    • getProjectId

      public String getProjectId()
       Required. Project id used to create forwarding rule.
       
      string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getProjectId in interface PSCAutomationConfigOrBuilder
      Returns:
      The projectId.
    • getProjectIdBytes

      public com.google.protobuf.ByteString getProjectIdBytes()
       Required. Project id used to create forwarding rule.
       
      string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getProjectIdBytes in interface PSCAutomationConfigOrBuilder
      Returns:
      The bytes for projectId.
    • getNetwork

      public String getNetwork()
       Required. The full name of the Google Compute Engine
       [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
       [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/get):
       `projects/{project}/global/networks/{network}`.
       
      string network = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getNetwork in interface PSCAutomationConfigOrBuilder
      Returns:
      The network.
    • getNetworkBytes

      public com.google.protobuf.ByteString getNetworkBytes()
       Required. The full name of the Google Compute Engine
       [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks).
       [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/get):
       `projects/{project}/global/networks/{network}`.
       
      string network = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getNetworkBytes in interface PSCAutomationConfigOrBuilder
      Returns:
      The bytes for network.
    • getIpAddress

      public String getIpAddress()
       Output only. IP address rule created by the PSC service automation.
       
      string ip_address = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getIpAddress in interface PSCAutomationConfigOrBuilder
      Returns:
      The ipAddress.
    • getIpAddressBytes

      public com.google.protobuf.ByteString getIpAddressBytes()
       Output only. IP address rule created by the PSC service automation.
       
      string ip_address = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getIpAddressBytes in interface PSCAutomationConfigOrBuilder
      Returns:
      The bytes for ipAddress.
    • getForwardingRule

      public String getForwardingRule()
       Output only. Forwarding rule created by the PSC service automation.
       
      string forwarding_rule = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getForwardingRule in interface PSCAutomationConfigOrBuilder
      Returns:
      The forwardingRule.
    • getForwardingRuleBytes

      public com.google.protobuf.ByteString getForwardingRuleBytes()
       Output only. Forwarding rule created by the PSC service automation.
       
      string forwarding_rule = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getForwardingRuleBytes in interface PSCAutomationConfigOrBuilder
      Returns:
      The bytes for forwardingRule.
    • getStateValue

      public int getStateValue()
       Output only. The state of the PSC service automation.
       
      .google.cloud.aiplatform.v1.PSCAutomationState state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStateValue in interface PSCAutomationConfigOrBuilder
      Returns:
      The enum numeric value on the wire for state.
    • getState

      public PSCAutomationState getState()
       Output only. The state of the PSC service automation.
       
      .google.cloud.aiplatform.v1.PSCAutomationState state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getState in interface PSCAutomationConfigOrBuilder
      Returns:
      The state.
    • getErrorMessage

      public String getErrorMessage()
       Output only. Error message if the PSC service automation failed.
       
      string error_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getErrorMessage in interface PSCAutomationConfigOrBuilder
      Returns:
      The errorMessage.
    • getErrorMessageBytes

      public com.google.protobuf.ByteString getErrorMessageBytes()
       Output only. Error message if the PSC service automation failed.
       
      string error_message = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getErrorMessageBytes in interface PSCAutomationConfigOrBuilder
      Returns:
      The bytes for errorMessage.
    • 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 PSCAutomationConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static PSCAutomationConfig.Builder newBuilder()
    • newBuilder

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

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

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

      public static PSCAutomationConfig getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<PSCAutomationConfig> 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 PSCAutomationConfig getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder