public static interface ServiceConnectionMap.ProducerPscConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getServiceAttachmentUri()
public abstract String getServiceAttachmentUri()The resource path of a service attachment. Example: projects/{projectNumOrId}/regions/{region}/serviceAttachments/{resourceId}.
string service_attachment_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The serviceAttachmentUri. |
getServiceAttachmentUriBytes()
public abstract ByteString getServiceAttachmentUriBytes()The resource path of a service attachment. Example: projects/{projectNumOrId}/regions/{region}/serviceAttachments/{resourceId}.
string service_attachment_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceAttachmentUri. |