Class GoogleApiSource.ProjectSubscriptions (1.81.0)

public static final class GoogleApiSource.ProjectSubscriptions extends GeneratedMessageV3 implements GoogleApiSource.ProjectSubscriptionsOrBuilder

Config to enable subscribing to all events from a list of projects.

Protobuf type google.cloud.eventarc.v1.GoogleApiSource.ProjectSubscriptions

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GoogleApiSource.ProjectSubscriptions

Static Fields

LIST_FIELD_NUMBER

public static final int LIST_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoogleApiSource.ProjectSubscriptions getDefaultInstance()
Returns
Type Description
GoogleApiSource.ProjectSubscriptions

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static GoogleApiSource.ProjectSubscriptions.Builder newBuilder()
Returns
Type Description
GoogleApiSource.ProjectSubscriptions.Builder

newBuilder(GoogleApiSource.ProjectSubscriptions prototype)

public static GoogleApiSource.ProjectSubscriptions.Builder newBuilder(GoogleApiSource.ProjectSubscriptions prototype)
Parameter
Name Description
prototype GoogleApiSource.ProjectSubscriptions
Returns
Type Description
GoogleApiSource.ProjectSubscriptions.Builder

parseDelimitedFrom(InputStream input)

public static GoogleApiSource.ProjectSubscriptions parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GoogleApiSource.ProjectSubscriptions
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GoogleApiSource.ProjectSubscriptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleApiSource.ProjectSubscriptions
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static GoogleApiSource.ProjectSubscriptions parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
GoogleApiSource.ProjectSubscriptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static GoogleApiSource.ProjectSubscriptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleApiSource.ProjectSubscriptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static GoogleApiSource.ProjectSubscriptions parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
GoogleApiSource.ProjectSubscriptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static GoogleApiSource.ProjectSubscriptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleApiSource.ProjectSubscriptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static GoogleApiSource.ProjectSubscriptions parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
GoogleApiSource.ProjectSubscriptions
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static GoogleApiSource.ProjectSubscriptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleApiSource.ProjectSubscriptions
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static GoogleApiSource.ProjectSubscriptions parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
GoogleApiSource.ProjectSubscriptions
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static GoogleApiSource.ProjectSubscriptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleApiSource.ProjectSubscriptions
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static GoogleApiSource.ProjectSubscriptions parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
GoogleApiSource.ProjectSubscriptions
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static GoogleApiSource.ProjectSubscriptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoogleApiSource.ProjectSubscriptions
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<GoogleApiSource.ProjectSubscriptions> parser()
Returns
Type Description
Parser<ProjectSubscriptions>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public GoogleApiSource.ProjectSubscriptions getDefaultInstanceForType()
Returns
Type Description
GoogleApiSource.ProjectSubscriptions

getList(int index)

public String getList(int index)

Required. A list of projects to receive events from.

All the projects must be in the same org. The listed projects should have the format project/{identifier} where identifier can be either the project id for project number. A single list may contain both formats. At most 100 projects can be listed.

repeated string list = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The list at the given index.

getListBytes(int index)

public ByteString getListBytes(int index)

Required. A list of projects to receive events from.

All the projects must be in the same org. The listed projects should have the format project/{identifier} where identifier can be either the project id for project number. A single list may contain both formats. At most 100 projects can be listed.

repeated string list = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the list at the given index.

getListCount()

public int getListCount()

Required. A list of projects to receive events from.

All the projects must be in the same org. The listed projects should have the format project/{identifier} where identifier can be either the project id for project number. A single list may contain both formats. At most 100 projects can be listed.

repeated string list = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The count of list.

getListList()

public ProtocolStringList getListList()

Required. A list of projects to receive events from.

All the projects must be in the same org. The listed projects should have the format project/{identifier} where identifier can be either the project id for project number. A single list may contain both formats. At most 100 projects can be listed.

repeated string list = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProtocolStringList

A list containing the list.

getParserForType()

public Parser<GoogleApiSource.ProjectSubscriptions> getParserForType()
Returns
Type Description
Parser<ProjectSubscriptions>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public GoogleApiSource.ProjectSubscriptions.Builder newBuilderForType()
Returns
Type Description
GoogleApiSource.ProjectSubscriptions.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected GoogleApiSource.ProjectSubscriptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
GoogleApiSource.ProjectSubscriptions.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public GoogleApiSource.ProjectSubscriptions.Builder toBuilder()
Returns
Type Description
GoogleApiSource.ProjectSubscriptions.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException