Interface PrivateServiceConnectConnectivityOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getServiceAttachment()
      Required.
      com.google.protobuf.ByteString getServiceAttachmentBytes()
      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

      • getServiceAttachment

        String getServiceAttachment()
         Required. A service attachment that exposes a database, and has the
         following format:
         projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}
         
        string service_attachment = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The serviceAttachment.
      • getServiceAttachmentBytes

        com.google.protobuf.ByteString getServiceAttachmentBytes()
         Required. A service attachment that exposes a database, and has the
         following format:
         projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}
         
        string service_attachment = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for serviceAttachment.