Class: Google::Cloud::Firestore::Admin::V1::CreateUserCredsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/firestore/admin/v1/firestore_admin.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. A parent name of the form projects/{project_id}/databases/{database_id}.

Returns:

  • (::String)

    Required. A parent name of the form projects/{project_id}/databases/{database_id}



157
158
159
160
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 157

class CreateUserCredsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user_creds::Google::Cloud::Firestore::Admin::V1::UserCreds

Returns Required. The user creds to create.

Returns:



157
158
159
160
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 157

class CreateUserCredsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user_creds_id::String

Returns Required. The ID to use for the user creds, which will become the final component of the user creds's resource name.

This value should be 4-63 characters. Valid characters are /[a-z][0-9]-/ with first character a letter and the last a letter or a number. Must not be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/.

Returns:

  • (::String)

    Required. The ID to use for the user creds, which will become the final component of the user creds's resource name.

    This value should be 4-63 characters. Valid characters are /[a-z][0-9]-/ with first character a letter and the last a letter or a number. Must not be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/.



157
158
159
160
# File 'proto_docs/google/firestore/admin/v1/firestore_admin.rb', line 157

class CreateUserCredsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end