Package com.google.cloud.clouddms.v1
Interface PrivateServiceConnectConnectivityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrivateServiceConnectConnectivity
,PrivateServiceConnectConnectivity.Builder
public interface PrivateServiceConnectConnectivityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
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.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.
-
-