Interface ListUserCredsResponseOrBuilder (3.31.3)

public interface ListUserCredsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUserCreds(int index)

public abstract UserCreds getUserCreds(int index)

The user creds for the database.

repeated .google.firestore.admin.v1.UserCreds user_creds = 1;

Parameter
Name Description
index int
Returns
Type Description
UserCreds

getUserCredsCount()

public abstract int getUserCredsCount()

The user creds for the database.

repeated .google.firestore.admin.v1.UserCreds user_creds = 1;

Returns
Type Description
int

getUserCredsList()

public abstract List<UserCreds> getUserCredsList()

The user creds for the database.

repeated .google.firestore.admin.v1.UserCreds user_creds = 1;

Returns
Type Description
List<UserCreds>

getUserCredsOrBuilder(int index)

public abstract UserCredsOrBuilder getUserCredsOrBuilder(int index)

The user creds for the database.

repeated .google.firestore.admin.v1.UserCreds user_creds = 1;

Parameter
Name Description
index int
Returns
Type Description
UserCredsOrBuilder

getUserCredsOrBuilderList()

public abstract List<? extends UserCredsOrBuilder> getUserCredsOrBuilderList()

The user creds for the database.

repeated .google.firestore.admin.v1.UserCreds user_creds = 1;

Returns
Type Description
List<? extends com.google.firestore.admin.v1.UserCredsOrBuilder>