public static final class ListChannelConnectionsResponse.Builder extends GeneratedMessageV3.Builder<ListChannelConnectionsResponse.Builder> implements ListChannelConnectionsResponseOrBuilder The response message for the ListChannelConnections method.
Protobuf type google.cloud.eventarc.v1.ListChannelConnectionsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListChannelConnectionsResponse.BuilderImplements
ListChannelConnectionsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllChannelConnections(Iterable<? extends ChannelConnection> values)
public ListChannelConnectionsResponse.Builder addAllChannelConnections(Iterable<? extends ChannelConnection> values) The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Name | Description |
| values | Iterable<? extends com.google.cloud.eventarc.v1.ChannelConnection> |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
addAllUnreachable(Iterable<String> values)
public ListChannelConnectionsResponse.Builder addAllUnreachable(Iterable<String> values)Unreachable resources, if any.
repeated string unreachable = 3;
| Name | Description |
| values | Iterable<String>The unreachable to add. |
| Type | Description |
| ListChannelConnectionsResponse.Builder | This builder for chaining. |
addChannelConnections(ChannelConnection value)
public ListChannelConnectionsResponse.Builder addChannelConnections(ChannelConnection value) The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Name | Description |
| value | ChannelConnection |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
addChannelConnections(ChannelConnection.Builder builderForValue)
public ListChannelConnectionsResponse.Builder addChannelConnections(ChannelConnection.Builder builderForValue) The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Name | Description |
| builderForValue | ChannelConnection.Builder |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
addChannelConnections(int index, ChannelConnection value)
public ListChannelConnectionsResponse.Builder addChannelConnections(int index, ChannelConnection value) The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Name | Description |
| index | int |
| value | ChannelConnection |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
addChannelConnections(int index, ChannelConnection.Builder builderForValue)
public ListChannelConnectionsResponse.Builder addChannelConnections(int index, ChannelConnection.Builder builderForValue) The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Name | Description |
| index | int |
| builderForValue | ChannelConnection.Builder |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
addChannelConnectionsBuilder()
public ChannelConnection.Builder addChannelConnectionsBuilder() The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Type | Description |
| ChannelConnection.Builder |
addChannelConnectionsBuilder(int index)
public ChannelConnection.Builder addChannelConnectionsBuilder(int index) The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Name | Description |
| index | int |
| Type | Description |
| ChannelConnection.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListChannelConnectionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
addUnreachable(String value)
public ListChannelConnectionsResponse.Builder addUnreachable(String value)Unreachable resources, if any.
repeated string unreachable = 3;
| Name | Description |
| value | StringThe unreachable to add. |
| Type | Description |
| ListChannelConnectionsResponse.Builder | This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListChannelConnectionsResponse.Builder addUnreachableBytes(ByteString value)Unreachable resources, if any.
repeated string unreachable = 3;
| Name | Description |
| value | ByteStringThe bytes of the unreachable to add. |
| Type | Description |
| ListChannelConnectionsResponse.Builder | This builder for chaining. |
build()
public ListChannelConnectionsResponse build()| Type | Description |
| ListChannelConnectionsResponse |
buildPartial()
public ListChannelConnectionsResponse buildPartial()| Type | Description |
| ListChannelConnectionsResponse |
clear()
public ListChannelConnectionsResponse.Builder clear()| Type | Description |
| ListChannelConnectionsResponse.Builder |
clearChannelConnections()
public ListChannelConnectionsResponse.Builder clearChannelConnections() The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Type | Description |
| ListChannelConnectionsResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListChannelConnectionsResponse.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
clearNextPageToken()
public ListChannelConnectionsResponse.Builder clearNextPageToken() A page token that can be sent to ListChannelConnections to request the
next page.
If this is empty, then there are no more pages.
string next_page_token = 2;
| Type | Description |
| ListChannelConnectionsResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListChannelConnectionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
clearUnreachable()
public ListChannelConnectionsResponse.Builder clearUnreachable()Unreachable resources, if any.
repeated string unreachable = 3;
| Type | Description |
| ListChannelConnectionsResponse.Builder | This builder for chaining. |
clone()
public ListChannelConnectionsResponse.Builder clone()| Type | Description |
| ListChannelConnectionsResponse.Builder |
getChannelConnections(int index)
public ChannelConnection getChannelConnections(int index) The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Name | Description |
| index | int |
| Type | Description |
| ChannelConnection |
getChannelConnectionsBuilder(int index)
public ChannelConnection.Builder getChannelConnectionsBuilder(int index) The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Name | Description |
| index | int |
| Type | Description |
| ChannelConnection.Builder |
getChannelConnectionsBuilderList()
public List<ChannelConnection.Builder> getChannelConnectionsBuilderList() The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Type | Description |
| List<Builder> |
getChannelConnectionsCount()
public int getChannelConnectionsCount() The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Type | Description |
| int |
getChannelConnectionsList()
public List<ChannelConnection> getChannelConnectionsList() The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Type | Description |
| List<ChannelConnection> |
getChannelConnectionsOrBuilder(int index)
public ChannelConnectionOrBuilder getChannelConnectionsOrBuilder(int index) The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Name | Description |
| index | int |
| Type | Description |
| ChannelConnectionOrBuilder |
getChannelConnectionsOrBuilderList()
public List<? extends ChannelConnectionOrBuilder> getChannelConnectionsOrBuilderList() The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Type | Description |
| List<? extends com.google.cloud.eventarc.v1.ChannelConnectionOrBuilder> |
getDefaultInstanceForType()
public ListChannelConnectionsResponse getDefaultInstanceForType()| Type | Description |
| ListChannelConnectionsResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getNextPageToken()
public String getNextPageToken() A page token that can be sent to ListChannelConnections to request the
next page.
If this is empty, then there are no more pages.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() A page token that can be sent to ListChannelConnections to request the
next page.
If this is empty, then there are no more pages.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getUnreachable(int index)
public String getUnreachable(int index)Unreachable resources, if any.
repeated string unreachable = 3;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)Unreachable resources, if any.
repeated string unreachable = 3;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the unreachable at the given index. |
getUnreachableCount()
public int getUnreachableCount()Unreachable resources, if any.
repeated string unreachable = 3;
| Type | Description |
| int | The count of unreachable. |
getUnreachableList()
public ProtocolStringList getUnreachableList()Unreachable resources, if any.
repeated string unreachable = 3;
| Type | Description |
| ProtocolStringList | A list containing the unreachable. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ListChannelConnectionsResponse other)
public ListChannelConnectionsResponse.Builder mergeFrom(ListChannelConnectionsResponse other)| Name | Description |
| other | ListChannelConnectionsResponse |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListChannelConnectionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ListChannelConnectionsResponse.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListChannelConnectionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
removeChannelConnections(int index)
public ListChannelConnectionsResponse.Builder removeChannelConnections(int index) The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Name | Description |
| index | int |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
setChannelConnections(int index, ChannelConnection value)
public ListChannelConnectionsResponse.Builder setChannelConnections(int index, ChannelConnection value) The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Name | Description |
| index | int |
| value | ChannelConnection |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
setChannelConnections(int index, ChannelConnection.Builder builderForValue)
public ListChannelConnectionsResponse.Builder setChannelConnections(int index, ChannelConnection.Builder builderForValue) The requested channel connections, up to the number specified in
page_size.
repeated .google.cloud.eventarc.v1.ChannelConnection channel_connections = 1;
| Name | Description |
| index | int |
| builderForValue | ChannelConnection.Builder |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListChannelConnectionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
setNextPageToken(String value)
public ListChannelConnectionsResponse.Builder setNextPageToken(String value) A page token that can be sent to ListChannelConnections to request the
next page.
If this is empty, then there are no more pages.
string next_page_token = 2;
| Name | Description |
| value | StringThe nextPageToken to set. |
| Type | Description |
| ListChannelConnectionsResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListChannelConnectionsResponse.Builder setNextPageTokenBytes(ByteString value) A page token that can be sent to ListChannelConnections to request the
next page.
If this is empty, then there are no more pages.
string next_page_token = 2;
| Name | Description |
| value | ByteStringThe bytes for nextPageToken to set. |
| Type | Description |
| ListChannelConnectionsResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListChannelConnectionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListChannelConnectionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListChannelConnectionsResponse.Builder |
setUnreachable(int index, String value)
public ListChannelConnectionsResponse.Builder setUnreachable(int index, String value)Unreachable resources, if any.
repeated string unreachable = 3;
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe unreachable to set. |
| Type | Description |
| ListChannelConnectionsResponse.Builder | This builder for chaining. |