- 0.53.0 (latest)
- 0.52.0
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
public final class PublishChannelConnectionEventsRequest extends GeneratedMessageV3 implements PublishChannelConnectionEventsRequestOrBuilder
The request message for the PublishChannelConnectionEvents method.
Protobuf type google.cloud.eventarc.publishing.v1.PublishChannelConnectionEventsRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PublishChannelConnectionEventsRequestStatic Fields
CHANNEL_CONNECTION_FIELD_NUMBER
public static final int CHANNEL_CONNECTION_FIELD_NUMBER
Type | Description |
int |
EVENTS_FIELD_NUMBER
public static final int EVENTS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static PublishChannelConnectionEventsRequest getDefaultInstance()
Type | Description |
PublishChannelConnectionEventsRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static PublishChannelConnectionEventsRequest.Builder newBuilder()
Type | Description |
PublishChannelConnectionEventsRequest.Builder |
newBuilder(PublishChannelConnectionEventsRequest prototype)
public static PublishChannelConnectionEventsRequest.Builder newBuilder(PublishChannelConnectionEventsRequest prototype)
Name | Description |
prototype | PublishChannelConnectionEventsRequest |
Type | Description |
PublishChannelConnectionEventsRequest.Builder |
parseDelimitedFrom(InputStream input)
public static PublishChannelConnectionEventsRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PublishChannelConnectionEventsRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PublishChannelConnectionEventsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PublishChannelConnectionEventsRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static PublishChannelConnectionEventsRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
PublishChannelConnectionEventsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PublishChannelConnectionEventsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PublishChannelConnectionEventsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static PublishChannelConnectionEventsRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
PublishChannelConnectionEventsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PublishChannelConnectionEventsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PublishChannelConnectionEventsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static PublishChannelConnectionEventsRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
PublishChannelConnectionEventsRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PublishChannelConnectionEventsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PublishChannelConnectionEventsRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static PublishChannelConnectionEventsRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
PublishChannelConnectionEventsRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PublishChannelConnectionEventsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PublishChannelConnectionEventsRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static PublishChannelConnectionEventsRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
PublishChannelConnectionEventsRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PublishChannelConnectionEventsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PublishChannelConnectionEventsRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<PublishChannelConnectionEventsRequest> parser()
Type | Description |
Parser<PublishChannelConnectionEventsRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getChannelConnection()
public String getChannelConnection()
The channel_connection that the events are published from. For example:
projects/{partner_project_id}/locations/{location}/channelConnections/{channel_connection_id}
.
string channel_connection = 1;
Type | Description |
String | The channelConnection. |
getChannelConnectionBytes()
public ByteString getChannelConnectionBytes()
The channel_connection that the events are published from. For example:
projects/{partner_project_id}/locations/{location}/channelConnections/{channel_connection_id}
.
string channel_connection = 1;
Type | Description |
ByteString | The bytes for channelConnection. |
getDefaultInstanceForType()
public PublishChannelConnectionEventsRequest getDefaultInstanceForType()
Type | Description |
PublishChannelConnectionEventsRequest |
getEvents(int index)
public Any getEvents(int index)
The CloudEvents v1.0 events to publish. No other types are allowed.
repeated .google.protobuf.Any events = 2;
Name | Description |
index | int |
Type | Description |
Any |
getEventsCount()
public int getEventsCount()
The CloudEvents v1.0 events to publish. No other types are allowed.
repeated .google.protobuf.Any events = 2;
Type | Description |
int |
getEventsList()
public List<Any> getEventsList()
The CloudEvents v1.0 events to publish. No other types are allowed.
repeated .google.protobuf.Any events = 2;
Type | Description |
List<Any> |
getEventsOrBuilder(int index)
public AnyOrBuilder getEventsOrBuilder(int index)
The CloudEvents v1.0 events to publish. No other types are allowed.
repeated .google.protobuf.Any events = 2;
Name | Description |
index | int |
Type | Description |
AnyOrBuilder |
getEventsOrBuilderList()
public List<? extends AnyOrBuilder> getEventsOrBuilderList()
The CloudEvents v1.0 events to publish. No other types are allowed.
repeated .google.protobuf.Any events = 2;
Type | Description |
List<? extends com.google.protobuf.AnyOrBuilder> |
getParserForType()
public Parser<PublishChannelConnectionEventsRequest> getParserForType()
Type | Description |
Parser<PublishChannelConnectionEventsRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
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 PublishChannelConnectionEventsRequest.Builder newBuilderForType()
Type | Description |
PublishChannelConnectionEventsRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PublishChannelConnectionEventsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
PublishChannelConnectionEventsRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public PublishChannelConnectionEventsRequest.Builder toBuilder()
Type | Description |
PublishChannelConnectionEventsRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |