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 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()