- 3.54.0 (latest)
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.6
- 3.3.6
- 3.2.10
public final class GetNotificationChannelVerificationCodeResponse extends GeneratedMessageV3 implements GetNotificationChannelVerificationCodeResponseOrBuilder
The GetNotificationChannelVerificationCode
request.
Protobuf type google.monitoring.v3.GetNotificationChannelVerificationCodeResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GetNotificationChannelVerificationCodeResponseStatic Fields
CODE_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
Type | Description |
int |
EXPIRE_TIME_FIELD_NUMBER
public static final int EXPIRE_TIME_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static GetNotificationChannelVerificationCodeResponse getDefaultInstance()
Type | Description |
GetNotificationChannelVerificationCodeResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static GetNotificationChannelVerificationCodeResponse.Builder newBuilder()
Type | Description |
GetNotificationChannelVerificationCodeResponse.Builder |
newBuilder(GetNotificationChannelVerificationCodeResponse prototype)
public static GetNotificationChannelVerificationCodeResponse.Builder newBuilder(GetNotificationChannelVerificationCodeResponse prototype)
Name | Description |
prototype | GetNotificationChannelVerificationCodeResponse |
Type | Description |
GetNotificationChannelVerificationCodeResponse.Builder |
parseDelimitedFrom(InputStream input)
public static GetNotificationChannelVerificationCodeResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
GetNotificationChannelVerificationCodeResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GetNotificationChannelVerificationCodeResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetNotificationChannelVerificationCodeResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static GetNotificationChannelVerificationCodeResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
GetNotificationChannelVerificationCodeResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GetNotificationChannelVerificationCodeResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetNotificationChannelVerificationCodeResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static GetNotificationChannelVerificationCodeResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
GetNotificationChannelVerificationCodeResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GetNotificationChannelVerificationCodeResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetNotificationChannelVerificationCodeResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static GetNotificationChannelVerificationCodeResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
GetNotificationChannelVerificationCodeResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GetNotificationChannelVerificationCodeResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetNotificationChannelVerificationCodeResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static GetNotificationChannelVerificationCodeResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
GetNotificationChannelVerificationCodeResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GetNotificationChannelVerificationCodeResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetNotificationChannelVerificationCodeResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static GetNotificationChannelVerificationCodeResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
GetNotificationChannelVerificationCodeResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GetNotificationChannelVerificationCodeResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetNotificationChannelVerificationCodeResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<GetNotificationChannelVerificationCodeResponse> parser()
Type | Description |
Parser<GetNotificationChannelVerificationCodeResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCode()
public String getCode()
The verification code, which may be used to verify other channels that have an equivalent identity (i.e. other channels of the same type with the same fingerprint such as other email channels with the same email address or other sms channels with the same number).
string code = 1;
Type | Description |
String | The code. |
getCodeBytes()
public ByteString getCodeBytes()
The verification code, which may be used to verify other channels that have an equivalent identity (i.e. other channels of the same type with the same fingerprint such as other email channels with the same email address or other sms channels with the same number).
string code = 1;
Type | Description |
ByteString | The bytes for code. |
getDefaultInstanceForType()
public GetNotificationChannelVerificationCodeResponse getDefaultInstanceForType()
Type | Description |
GetNotificationChannelVerificationCodeResponse |
getExpireTime()
public Timestamp getExpireTime()
The expiration time associated with the code that was returned. If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.
.google.protobuf.Timestamp expire_time = 2;
Type | Description |
Timestamp | The expireTime. |
getExpireTimeOrBuilder()
public TimestampOrBuilder getExpireTimeOrBuilder()
The expiration time associated with the code that was returned. If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.
.google.protobuf.Timestamp expire_time = 2;
Type | Description |
TimestampOrBuilder |
getParserForType()
public Parser<GetNotificationChannelVerificationCodeResponse> getParserForType()
Type | Description |
Parser<GetNotificationChannelVerificationCodeResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasExpireTime()
public boolean hasExpireTime()
The expiration time associated with the code that was returned. If an expiration was provided in the request, this is the minimum of the requested expiration in the request and the max permitted expiration.
.google.protobuf.Timestamp expire_time = 2;
Type | Description |
boolean | Whether the expireTime field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public GetNotificationChannelVerificationCodeResponse.Builder newBuilderForType()
Type | Description |
GetNotificationChannelVerificationCodeResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GetNotificationChannelVerificationCodeResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
GetNotificationChannelVerificationCodeResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public GetNotificationChannelVerificationCodeResponse.Builder toBuilder()
Type | Description |
GetNotificationChannelVerificationCodeResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |