Package com.google.cloud.channel.v1
Interface UnregisterSubscriberRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnregisterSubscriberRequest
,UnregisterSubscriberRequest.Builder
public interface UnregisterSubscriberRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccount()
Required.com.google.protobuf.ByteString
getAccountBytes()
Required.String
getServiceAccount()
Required.com.google.protobuf.ByteString
getServiceAccountBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAccount
String getAccount()
Required. Resource name of the account.
string account = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The account.
-
getAccountBytes
com.google.protobuf.ByteString getAccountBytes()
Required. Resource name of the account.
string account = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for account.
-
getServiceAccount
String getServiceAccount()
Required. Service account to unregister from subscriber access to the topic.
string service_account = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The serviceAccount.
-
getServiceAccountBytes
com.google.protobuf.ByteString getServiceAccountBytes()
Required. Service account to unregister from subscriber access to the topic.
string service_account = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for serviceAccount.
-
-