public final class PasswordStatus extends GeneratedMessage implements PasswordStatusOrBuilderRead-only password status.
Protobuf type google.cloud.sql.v1beta4.PasswordStatus
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > PasswordStatusImplements
PasswordStatusOrBuilderStatic Fields
LOCKED_FIELD_NUMBER
public static final int LOCKED_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
PASSWORD_EXPIRATION_TIME_FIELD_NUMBER
public static final int PASSWORD_EXPIRATION_TIME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static PasswordStatus getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
PasswordStatus |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static PasswordStatus.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
PasswordStatus.Builder |
|
newBuilder(PasswordStatus prototype)
public static PasswordStatus.Builder newBuilder(PasswordStatus prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
PasswordStatus |
| Returns | |
|---|---|
| Type | Description |
PasswordStatus.Builder |
|
parseDelimitedFrom(InputStream input)
public static PasswordStatus parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
PasswordStatus |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PasswordStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PasswordStatus |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static PasswordStatus parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
PasswordStatus |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PasswordStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PasswordStatus |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static PasswordStatus parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
PasswordStatus |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PasswordStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PasswordStatus |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static PasswordStatus parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
PasswordStatus |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PasswordStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PasswordStatus |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static PasswordStatus parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
PasswordStatus |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PasswordStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PasswordStatus |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static PasswordStatus parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
PasswordStatus |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PasswordStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PasswordStatus |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<PasswordStatus> parser()| Returns | |
|---|---|
| Type | Description |
Parser<PasswordStatus> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public PasswordStatus getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PasswordStatus |
|
getLocked()
public boolean getLocked()If true, user does not have login privileges.
bool locked = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The locked. |
getParserForType()
public Parser<PasswordStatus> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<PasswordStatus> |
|
getPasswordExpirationTime()
public Timestamp getPasswordExpirationTime()The expiration time of the current password.
.google.protobuf.Timestamp password_expiration_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The passwordExpirationTime. |
getPasswordExpirationTimeOrBuilder()
public TimestampOrBuilder getPasswordExpirationTimeOrBuilder()The expiration time of the current password.
.google.protobuf.Timestamp password_expiration_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasPasswordExpirationTime()
public boolean hasPasswordExpirationTime()The expiration time of the current password.
.google.protobuf.Timestamp password_expiration_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the passwordExpirationTime field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public PasswordStatus.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
PasswordStatus.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected PasswordStatus.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
PasswordStatus.Builder |
|
toBuilder()
public PasswordStatus.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
PasswordStatus.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|