Package com.google.cloud.channel.v1
Interface CheckCloudIdentityAccountsExistRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckCloudIdentityAccountsExistRequest,CheckCloudIdentityAccountsExistRequest.Builder
public interface CheckCloudIdentityAccountsExistRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDomain()Required.com.google.protobuf.ByteStringgetDomainBytes()Required.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}string parent = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}string parent = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for parent.
-
getDomain
String getDomain()
Required. Domain to fetch for Cloud Identity account customer.
string domain = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()
Required. Domain to fetch for Cloud Identity account customer.
string domain = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for domain.
-
-