public final class ServiceClassEventData extends GeneratedMessageV3 implements ServiceClassEventDataOrBuilder
The data within all ServiceClass events.
Protobuf type google.events.cloud.networkconnectivity.v1.ServiceClassEventData
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ServiceClassEventDataImplements
ServiceClassEventDataOrBuilderStatic Fields
PAYLOAD_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ServiceClassEventData getDefaultInstance()
Returns | |
---|---|
Type | Description |
ServiceClassEventData |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ServiceClassEventData.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ServiceClassEventData.Builder |
newBuilder(ServiceClassEventData prototype)
public static ServiceClassEventData.Builder newBuilder(ServiceClassEventData prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ServiceClassEventData |
Returns | |
---|---|
Type | Description |
ServiceClassEventData.Builder |
parseDelimitedFrom(InputStream input)
public static ServiceClassEventData parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ServiceClassEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ServiceClassEventData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ServiceClassEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ServiceClassEventData parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ServiceClassEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ServiceClassEventData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ServiceClassEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ServiceClassEventData parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ServiceClassEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ServiceClassEventData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ServiceClassEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ServiceClassEventData parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ServiceClassEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ServiceClassEventData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ServiceClassEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ServiceClassEventData parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ServiceClassEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ServiceClassEventData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ServiceClassEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ServiceClassEventData parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ServiceClassEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ServiceClassEventData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ServiceClassEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ServiceClassEventData> parser()
Returns | |
---|---|
Type | Description |
Parser<ServiceClassEventData> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ServiceClassEventData getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ServiceClassEventData |
getParserForType()
public Parser<ServiceClassEventData> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ServiceClassEventData> |
getPayload()
public ServiceClass getPayload()
Optional. The ServiceClass event payload. Unset for deletion events.
optional .google.events.cloud.networkconnectivity.v1.ServiceClass payload = 1;
Returns | |
---|---|
Type | Description |
ServiceClass |
The payload. |
getPayloadOrBuilder()
public ServiceClassOrBuilder getPayloadOrBuilder()
Optional. The ServiceClass event payload. Unset for deletion events.
optional .google.events.cloud.networkconnectivity.v1.ServiceClass payload = 1;
Returns | |
---|---|
Type | Description |
ServiceClassOrBuilder |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
hasPayload()
public boolean hasPayload()
Optional. The ServiceClass event payload. Unset for deletion events.
optional .google.events.cloud.networkconnectivity.v1.ServiceClass payload = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the payload field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ServiceClassEventData.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ServiceClassEventData.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ServiceClassEventData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ServiceClassEventData.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ServiceClassEventData.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ServiceClassEventData.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |