Interface CheckCloudIdentityAccountsExistRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDomain()
      Required.
      com.google.protobuf.ByteString getDomainBytes()
      Required.
      String getParent()
      Required.
      com.google.protobuf.ByteString getParentBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.