Reference documentation and code samples for the Cloud Firestore Admin V1 API class Google::Cloud::Firestore::Admin::V1::CreateUserCredsRequest.
The request for FirestoreAdmin.CreateUserCreds.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
-
(::String) — Required. A parent name of the form
projects/{project_id}/databases/{database_id}
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. A parent name of the form
projects/{project_id}/databases/{database_id}
-
(::String) — Required. A parent name of the form
projects/{project_id}/databases/{database_id}
#user_creds
def user_creds() -> ::Google::Cloud::Firestore::Admin::V1::UserCreds
- (::Google::Cloud::Firestore::Admin::V1::UserCreds) — Required. The user creds to create.
#user_creds=
def user_creds=(value) -> ::Google::Cloud::Firestore::Admin::V1::UserCreds
- value (::Google::Cloud::Firestore::Admin::V1::UserCreds) — Required. The user creds to create.
- (::Google::Cloud::Firestore::Admin::V1::UserCreds) — Required. The user creds to create.
#user_creds_id
def user_creds_id() -> ::String
-
(::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}/.
#user_creds_id=
def user_creds_id=(value) -> ::String
-
value (::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}/.
-
(::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}/.