Interface UserCredsOrBuilder (3.31.3)

public interface UserCredsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The time the user creds were created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time the user creds were created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getName()

public abstract String getName()

Identifier. The resource name of the UserCreds. Format: projects/{project}/databases/{database}/userCreds/{user_creds}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The resource name of the UserCreds. Format: projects/{project}/databases/{database}/userCreds/{user_creds}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getResourceIdentity()

public abstract UserCreds.ResourceIdentity getResourceIdentity()

Resource Identity descriptor.

.google.firestore.admin.v1.UserCreds.ResourceIdentity resource_identity = 6;

Returns
Type Description
UserCreds.ResourceIdentity

The resourceIdentity.

getResourceIdentityOrBuilder()

public abstract UserCreds.ResourceIdentityOrBuilder getResourceIdentityOrBuilder()

Resource Identity descriptor.

.google.firestore.admin.v1.UserCreds.ResourceIdentity resource_identity = 6;

Returns
Type Description
UserCreds.ResourceIdentityOrBuilder

getSecurePassword()

public abstract String getSecurePassword()

Output only. The plaintext server-generated password for the user creds. Only populated in responses for CreateUserCreds and ResetUserPassword.

string secure_password = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The securePassword.

getSecurePasswordBytes()

public abstract ByteString getSecurePasswordBytes()

Output only. The plaintext server-generated password for the user creds. Only populated in responses for CreateUserCreds and ResetUserPassword.

string secure_password = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for securePassword.

getState()

public abstract UserCreds.State getState()

Output only. Whether the user creds are enabled or disabled. Defaults to ENABLED on creation.

.google.firestore.admin.v1.UserCreds.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
UserCreds.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. Whether the user creds are enabled or disabled. Defaults to ENABLED on creation.

.google.firestore.admin.v1.UserCreds.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. The time the user creds were last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The time the user creds were last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getUserCredsIdentityCase()

public abstract UserCreds.UserCredsIdentityCase getUserCredsIdentityCase()
Returns
Type Description
UserCreds.UserCredsIdentityCase

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The time the user creds were created.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasResourceIdentity()

public abstract boolean hasResourceIdentity()

Resource Identity descriptor.

.google.firestore.admin.v1.UserCreds.ResourceIdentity resource_identity = 6;

Returns
Type Description
boolean

Whether the resourceIdentity field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. The time the user creds were last updated.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.