Class PublishChannelConnectionEventsRequest

    • Field Detail

      • CHANNEL_CONNECTION_FIELD_NUMBER

        public static final int CHANNEL_CONNECTION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TEXT_EVENTS_FIELD_NUMBER

        public static final int TEXT_EVENTS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • 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;
        Specified by:
        getChannelConnection in interface PublishChannelConnectionEventsRequestOrBuilder
        Returns:
        The channelConnection.
      • getChannelConnectionBytes

        public com.google.protobuf.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;
        Specified by:
        getChannelConnectionBytes in interface PublishChannelConnectionEventsRequestOrBuilder
        Returns:
        The bytes for channelConnection.
      • getEventsList

        public List<com.google.protobuf.Any> getEventsList()
         The CloudEvents v1.0 events to publish. No other types are allowed.
         If this field is set, then the `text_events` fields must not be set.
         
        repeated .google.protobuf.Any events = 2;
        Specified by:
        getEventsList in interface PublishChannelConnectionEventsRequestOrBuilder
      • getEventsOrBuilderList

        public List<? extends com.google.protobuf.AnyOrBuilder> getEventsOrBuilderList()
         The CloudEvents v1.0 events to publish. No other types are allowed.
         If this field is set, then the `text_events` fields must not be set.
         
        repeated .google.protobuf.Any events = 2;
        Specified by:
        getEventsOrBuilderList in interface PublishChannelConnectionEventsRequestOrBuilder
      • getEventsCount

        public int getEventsCount()
         The CloudEvents v1.0 events to publish. No other types are allowed.
         If this field is set, then the `text_events` fields must not be set.
         
        repeated .google.protobuf.Any events = 2;
        Specified by:
        getEventsCount in interface PublishChannelConnectionEventsRequestOrBuilder
      • getEvents

        public com.google.protobuf.Any getEvents​(int index)
         The CloudEvents v1.0 events to publish. No other types are allowed.
         If this field is set, then the `text_events` fields must not be set.
         
        repeated .google.protobuf.Any events = 2;
        Specified by:
        getEvents in interface PublishChannelConnectionEventsRequestOrBuilder
      • getEventsOrBuilder

        public com.google.protobuf.AnyOrBuilder getEventsOrBuilder​(int index)
         The CloudEvents v1.0 events to publish. No other types are allowed.
         If this field is set, then the `text_events` fields must not be set.
         
        repeated .google.protobuf.Any events = 2;
        Specified by:
        getEventsOrBuilder in interface PublishChannelConnectionEventsRequestOrBuilder
      • getTextEventsList

        public com.google.protobuf.ProtocolStringList getTextEventsList()
         The text representation of events to publish.
         CloudEvent v1.0 in JSON format is the only allowed type. Refer to
         https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/json-format.md
         for specification.
         If this field is set, then the `events` fields must not be set.
         
        repeated string text_events = 3;
        Specified by:
        getTextEventsList in interface PublishChannelConnectionEventsRequestOrBuilder
        Returns:
        A list containing the textEvents.
      • getTextEventsCount

        public int getTextEventsCount()
         The text representation of events to publish.
         CloudEvent v1.0 in JSON format is the only allowed type. Refer to
         https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/json-format.md
         for specification.
         If this field is set, then the `events` fields must not be set.
         
        repeated string text_events = 3;
        Specified by:
        getTextEventsCount in interface PublishChannelConnectionEventsRequestOrBuilder
        Returns:
        The count of textEvents.
      • getTextEvents

        public String getTextEvents​(int index)
         The text representation of events to publish.
         CloudEvent v1.0 in JSON format is the only allowed type. Refer to
         https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/json-format.md
         for specification.
         If this field is set, then the `events` fields must not be set.
         
        repeated string text_events = 3;
        Specified by:
        getTextEvents in interface PublishChannelConnectionEventsRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The textEvents at the given index.
      • getTextEventsBytes

        public com.google.protobuf.ByteString getTextEventsBytes​(int index)
         The text representation of events to publish.
         CloudEvent v1.0 in JSON format is the only allowed type. Refer to
         https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/json-format.md
         for specification.
         If this field is set, then the `events` fields must not be set.
         
        repeated string text_events = 3;
        Specified by:
        getTextEventsBytes in interface PublishChannelConnectionEventsRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the textEvents at the given index.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static PublishChannelConnectionEventsRequest parseFrom​(ByteBuffer data,
                                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PublishChannelConnectionEventsRequest parseFrom​(com.google.protobuf.ByteString data)
                                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PublishChannelConnectionEventsRequest parseFrom​(com.google.protobuf.ByteString data,
                                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PublishChannelConnectionEventsRequest parseFrom​(byte[] data)
                                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PublishChannelConnectionEventsRequest parseFrom​(byte[] data,
                                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public PublishChannelConnectionEventsRequest.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected PublishChannelConnectionEventsRequest.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<PublishChannelConnectionEventsRequest> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public PublishChannelConnectionEventsRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder