public final class ParseFromActivationKeyResponse extends GeneratedMessage implements ParseFromActivationKeyResponseOrBuilderMessage for response to getting a RemoteTransportProfile from an activation key.
Protobuf type google.cloud.networkconnectivity.v1beta.ParseFromActivationKeyResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ParseFromActivationKeyResponseImplements
ParseFromActivationKeyResponseOrBuilderStatic Fields
REMOTE_TRANSPORT_PROFILE_FIELD_NUMBER
public static final int REMOTE_TRANSPORT_PROFILE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ParseFromActivationKeyResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ParseFromActivationKeyResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse.Builder |
|
newBuilder(ParseFromActivationKeyResponse prototype)
public static ParseFromActivationKeyResponse.Builder newBuilder(ParseFromActivationKeyResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ParseFromActivationKeyResponse |
| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static ParseFromActivationKeyResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ParseFromActivationKeyResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ParseFromActivationKeyResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ParseFromActivationKeyResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ParseFromActivationKeyResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ParseFromActivationKeyResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ParseFromActivationKeyResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ParseFromActivationKeyResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ParseFromActivationKeyResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ParseFromActivationKeyResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ParseFromActivationKeyResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ParseFromActivationKeyResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ParseFromActivationKeyResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ParseFromActivationKeyResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ParseFromActivationKeyResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse |
|
getParserForType()
public Parser<ParseFromActivationKeyResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ParseFromActivationKeyResponse> |
|
getRemoteTransportProfile()
public RemoteTransportProfile getRemoteTransportProfile()The RemoteTransportProfile that was parsed from the activation key.
.google.cloud.networkconnectivity.v1beta.RemoteTransportProfile remote_transport_profile = 1;
| Returns | |
|---|---|
| Type | Description |
RemoteTransportProfile |
The remoteTransportProfile. |
getRemoteTransportProfileOrBuilder()
public RemoteTransportProfileOrBuilder getRemoteTransportProfileOrBuilder()The RemoteTransportProfile that was parsed from the activation key.
.google.cloud.networkconnectivity.v1beta.RemoteTransportProfile remote_transport_profile = 1;
| Returns | |
|---|---|
| Type | Description |
RemoteTransportProfileOrBuilder |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasRemoteTransportProfile()
public boolean hasRemoteTransportProfile()The RemoteTransportProfile that was parsed from the activation key.
.google.cloud.networkconnectivity.v1beta.RemoteTransportProfile remote_transport_profile = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the remoteTransportProfile 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 ParseFromActivationKeyResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ParseFromActivationKeyResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse.Builder |
|
toBuilder()
public ParseFromActivationKeyResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ParseFromActivationKeyResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|