Cloud Firestore V1 Client - Class ListUserCredsResponse (1.50.0)

Reference documentation and code samples for the Cloud Firestore V1 Client class ListUserCredsResponse.

The response for FirestoreAdmin.ListUserCreds.

Generated from protobuf message google.firestore.admin.v1.ListUserCredsResponse

Namespace

Google \ Cloud \ Firestore \ Admin \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ user_creds array<UserCreds>

The user creds for the database.

getUserCreds

The user creds for the database.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUserCreds

The user creds for the database.

Parameter
Name Description
var array<UserCreds>
Returns
Type Description
$this