Class InterconnectsGetMacsecConfigResponse (1.49.0)

public final class InterconnectsGetMacsecConfigResponse extends GeneratedMessageV3 implements InterconnectsGetMacsecConfigResponseOrBuilder

Response for the InterconnectsGetMacsecConfigRequest.

Protobuf type google.cloud.compute.v1.InterconnectsGetMacsecConfigResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > InterconnectsGetMacsecConfigResponse

Static Fields

ETAG_FIELD_NUMBER

public static final int ETAG_FIELD_NUMBER
Field Value
TypeDescription
int

RESULT_FIELD_NUMBER

public static final int RESULT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static InterconnectsGetMacsecConfigResponse getDefaultInstance()
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static InterconnectsGetMacsecConfigResponse.Builder newBuilder()
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse.Builder

newBuilder(InterconnectsGetMacsecConfigResponse prototype)

public static InterconnectsGetMacsecConfigResponse.Builder newBuilder(InterconnectsGetMacsecConfigResponse prototype)
Parameter
NameDescription
prototypeInterconnectsGetMacsecConfigResponse
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse.Builder

parseDelimitedFrom(InputStream input)

public static InterconnectsGetMacsecConfigResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectsGetMacsecConfigResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static InterconnectsGetMacsecConfigResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static InterconnectsGetMacsecConfigResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static InterconnectsGetMacsecConfigResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static InterconnectsGetMacsecConfigResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static InterconnectsGetMacsecConfigResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectsGetMacsecConfigResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static InterconnectsGetMacsecConfigResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InterconnectsGetMacsecConfigResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static InterconnectsGetMacsecConfigResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static InterconnectsGetMacsecConfigResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<InterconnectsGetMacsecConfigResponse> parser()
Returns
TypeDescription
Parser<InterconnectsGetMacsecConfigResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public InterconnectsGetMacsecConfigResponse getDefaultInstanceForType()
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse

getEtag()

public String getEtag()

end_interface: MixerGetResponseWithEtagBuilder

optional string etag = 3123477;

Returns
TypeDescription
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

end_interface: MixerGetResponseWithEtagBuilder

optional string etag = 3123477;

Returns
TypeDescription
ByteString

The bytes for etag.

getParserForType()

public Parser<InterconnectsGetMacsecConfigResponse> getParserForType()
Returns
TypeDescription
Parser<InterconnectsGetMacsecConfigResponse>
Overrides

getResult()

public InterconnectMacsecConfig getResult()

optional .google.cloud.compute.v1.InterconnectMacsecConfig result = 139315229;

Returns
TypeDescription
InterconnectMacsecConfig

The result.

getResultOrBuilder()

public InterconnectMacsecConfigOrBuilder getResultOrBuilder()

optional .google.cloud.compute.v1.InterconnectMacsecConfig result = 139315229;

Returns
TypeDescription
InterconnectMacsecConfigOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasEtag()

public boolean hasEtag()

end_interface: MixerGetResponseWithEtagBuilder

optional string etag = 3123477;

Returns
TypeDescription
boolean

Whether the etag field is set.

hasResult()

public boolean hasResult()

optional .google.cloud.compute.v1.InterconnectMacsecConfig result = 139315229;

Returns
TypeDescription
boolean

Whether the result field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public InterconnectsGetMacsecConfigResponse.Builder newBuilderForType()
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected InterconnectsGetMacsecConfigResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public InterconnectsGetMacsecConfigResponse.Builder toBuilder()
Returns
TypeDescription
InterconnectsGetMacsecConfigResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException