Package com.google.cloud.channel.v1
Interface RegisterSubscriberRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegisterSubscriberRequest
,RegisterSubscriberRequest.Builder
public interface RegisterSubscriberRequestOrBuilder 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 that provides subscriber access to the registered topic.
string service_account = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The serviceAccount.
-
getServiceAccountBytes
com.google.protobuf.ByteString getServiceAccountBytes()
Required. Service account that provides subscriber access to the registered topic.
string service_account = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for serviceAccount.
-
-