Package com.google.firestore.admin.v1
Interface UserCredsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserCreds,UserCreds.Builder
@Generated
public interface UserCredsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampOutput only.com.google.protobuf.TimestampOrBuilderOutput only.getName()Identifier.com.google.protobuf.ByteStringIdentifier.Resource Identity descriptor.Resource Identity descriptor.Output only.com.google.protobuf.ByteStringOutput only.getState()Output only.intOutput only.com.google.protobuf.TimestampOutput only.com.google.protobuf.TimestampOrBuilderOutput only.booleanOutput only.booleanResource Identity descriptor.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
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:
- The name.
-
getNameBytes
com.google.protobuf.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:
- The bytes for name.
-
hasCreateTime
boolean hasCreateTime()Output only. The time the user creds were created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()Output only. The time the user creds were created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()Output only. The time the user creds were created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
hasUpdateTime
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:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.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:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The time the user creds were last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getStateValue
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:
- The enum numeric value on the wire for state.
-
getState
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:
- The state.
-
getSecurePassword
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:
- The securePassword.
-
getSecurePasswordBytes
com.google.protobuf.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:
- The bytes for securePassword.
-
hasResourceIdentity
boolean hasResourceIdentity()Resource Identity descriptor.
.google.firestore.admin.v1.UserCreds.ResourceIdentity resource_identity = 6;- Returns:
- Whether the resourceIdentity field is set.
-
getResourceIdentity
UserCreds.ResourceIdentity getResourceIdentity()Resource Identity descriptor.
.google.firestore.admin.v1.UserCreds.ResourceIdentity resource_identity = 6;- Returns:
- The resourceIdentity.
-
getResourceIdentityOrBuilder
UserCreds.ResourceIdentityOrBuilder getResourceIdentityOrBuilder()Resource Identity descriptor.
.google.firestore.admin.v1.UserCreds.ResourceIdentity resource_identity = 6; -
getUserCredsIdentityCase
UserCreds.UserCredsIdentityCase getUserCredsIdentityCase()
-