Interface PrivateConnectivityOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PrivateConnectivity, PrivateConnectivity.Builder

    public interface PrivateConnectivityOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPrivateConnection()
      Required.
      com.google.protobuf.ByteString getPrivateConnectionBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getPrivateConnection

        String getPrivateConnection()
         Required. A reference to a private connection resource.
         Format: `projects/{project}/locations/{location}/privateConnections/{name}`
         
        string private_connection = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The privateConnection.
      • getPrivateConnectionBytes

        com.google.protobuf.ByteString getPrivateConnectionBytes()
         Required. A reference to a private connection resource.
         Format: `projects/{project}/locations/{location}/privateConnections/{name}`
         
        string private_connection = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for privateConnection.