Package com.google.cloud.eventarc.v1
Class ListChannelConnectionsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListChannelConnectionsRequest.Builder>
-
- com.google.cloud.eventarc.v1.ListChannelConnectionsRequest.Builder
-
- All Implemented Interfaces:
ListChannelConnectionsRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListChannelConnectionsRequest
public static final class ListChannelConnectionsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListChannelConnectionsRequest.Builder> implements ListChannelConnectionsRequestOrBuilder
The request message for the ListChannelConnections method.
Protobuf typegoogle.cloud.eventarc.v1.ListChannelConnectionsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListChannelConnectionsRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListChannelConnectionsRequest
build()
ListChannelConnectionsRequest
buildPartial()
ListChannelConnectionsRequest.Builder
clear()
ListChannelConnectionsRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListChannelConnectionsRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListChannelConnectionsRequest.Builder
clearPageSize()
The maximum number of channel connections to return on each page.ListChannelConnectionsRequest.Builder
clearPageToken()
The page token; provide the value from the `next_page_token` field in a previous `ListChannelConnections` call to retrieve the subsequent page.ListChannelConnectionsRequest.Builder
clearParent()
Required.ListChannelConnectionsRequest.Builder
clone()
ListChannelConnectionsRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
int
getPageSize()
The maximum number of channel connections to return on each page.String
getPageToken()
The page token; provide the value from the `next_page_token` field in a previous `ListChannelConnections` call to retrieve the subsequent page.com.google.protobuf.ByteString
getPageTokenBytes()
The page token; provide the value from the `next_page_token` field in a previous `ListChannelConnections` call to retrieve the subsequent page.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListChannelConnectionsRequest.Builder
mergeFrom(ListChannelConnectionsRequest other)
ListChannelConnectionsRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListChannelConnectionsRequest.Builder
mergeFrom(com.google.protobuf.Message other)
ListChannelConnectionsRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListChannelConnectionsRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListChannelConnectionsRequest.Builder
setPageSize(int value)
The maximum number of channel connections to return on each page.ListChannelConnectionsRequest.Builder
setPageToken(String value)
The page token; provide the value from the `next_page_token` field in a previous `ListChannelConnections` call to retrieve the subsequent page.ListChannelConnectionsRequest.Builder
setPageTokenBytes(com.google.protobuf.ByteString value)
The page token; provide the value from the `next_page_token` field in a previous `ListChannelConnections` call to retrieve the subsequent page.ListChannelConnectionsRequest.Builder
setParent(String value)
Required.ListChannelConnectionsRequest.Builder
setParentBytes(com.google.protobuf.ByteString value)
Required.ListChannelConnectionsRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListChannelConnectionsRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChannelConnectionsRequest.Builder>
-
clear
public ListChannelConnectionsRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChannelConnectionsRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChannelConnectionsRequest.Builder>
-
getDefaultInstanceForType
public ListChannelConnectionsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListChannelConnectionsRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListChannelConnectionsRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListChannelConnectionsRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChannelConnectionsRequest.Builder>
-
setField
public ListChannelConnectionsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChannelConnectionsRequest.Builder>
-
clearField
public ListChannelConnectionsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChannelConnectionsRequest.Builder>
-
clearOneof
public ListChannelConnectionsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChannelConnectionsRequest.Builder>
-
setRepeatedField
public ListChannelConnectionsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChannelConnectionsRequest.Builder>
-
addRepeatedField
public ListChannelConnectionsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChannelConnectionsRequest.Builder>
-
mergeFrom
public ListChannelConnectionsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListChannelConnectionsRequest.Builder>
-
mergeFrom
public ListChannelConnectionsRequest.Builder mergeFrom(ListChannelConnectionsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChannelConnectionsRequest.Builder>
-
mergeFrom
public ListChannelConnectionsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListChannelConnectionsRequest.Builder>
- Throws:
IOException
-
getParent
public String getParent()
Required. The parent collection from which to list channel connections.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getParent
in interfaceListChannelConnectionsRequestOrBuilder
- Returns:
- The parent.
-
getParentBytes
public com.google.protobuf.ByteString getParentBytes()
Required. The parent collection from which to list channel connections.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getParentBytes
in interfaceListChannelConnectionsRequestOrBuilder
- Returns:
- The bytes for parent.
-
setParent
public ListChannelConnectionsRequest.Builder setParent(String value)
Required. The parent collection from which to list channel connections.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The parent to set.- Returns:
- This builder for chaining.
-
clearParent
public ListChannelConnectionsRequest.Builder clearParent()
Required. The parent collection from which to list channel connections.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- This builder for chaining.
-
setParentBytes
public ListChannelConnectionsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The parent collection from which to list channel connections.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The bytes for parent to set.- Returns:
- This builder for chaining.
-
getPageSize
public int getPageSize()
The maximum number of channel connections to return on each page. Note: The service may send fewer responses.
int32 page_size = 2;
- Specified by:
getPageSize
in interfaceListChannelConnectionsRequestOrBuilder
- Returns:
- The pageSize.
-
setPageSize
public ListChannelConnectionsRequest.Builder setPageSize(int value)
The maximum number of channel connections to return on each page. Note: The service may send fewer responses.
int32 page_size = 2;
- Parameters:
value
- The pageSize to set.- Returns:
- This builder for chaining.
-
clearPageSize
public ListChannelConnectionsRequest.Builder clearPageSize()
The maximum number of channel connections to return on each page. Note: The service may send fewer responses.
int32 page_size = 2;
- Returns:
- This builder for chaining.
-
getPageToken
public String getPageToken()
The page token; provide the value from the `next_page_token` field in a previous `ListChannelConnections` call to retrieve the subsequent page. When paginating, all other parameters provided to `ListChannelConnetions` match the call that provided the page token.
string page_token = 3;
- Specified by:
getPageToken
in interfaceListChannelConnectionsRequestOrBuilder
- Returns:
- The pageToken.
-
getPageTokenBytes
public com.google.protobuf.ByteString getPageTokenBytes()
The page token; provide the value from the `next_page_token` field in a previous `ListChannelConnections` call to retrieve the subsequent page. When paginating, all other parameters provided to `ListChannelConnetions` match the call that provided the page token.
string page_token = 3;
- Specified by:
getPageTokenBytes
in interfaceListChannelConnectionsRequestOrBuilder
- Returns:
- The bytes for pageToken.
-
setPageToken
public ListChannelConnectionsRequest.Builder setPageToken(String value)
The page token; provide the value from the `next_page_token` field in a previous `ListChannelConnections` call to retrieve the subsequent page. When paginating, all other parameters provided to `ListChannelConnetions` match the call that provided the page token.
string page_token = 3;
- Parameters:
value
- The pageToken to set.- Returns:
- This builder for chaining.
-
clearPageToken
public ListChannelConnectionsRequest.Builder clearPageToken()
The page token; provide the value from the `next_page_token` field in a previous `ListChannelConnections` call to retrieve the subsequent page. When paginating, all other parameters provided to `ListChannelConnetions` match the call that provided the page token.
string page_token = 3;
- Returns:
- This builder for chaining.
-
setPageTokenBytes
public ListChannelConnectionsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
The page token; provide the value from the `next_page_token` field in a previous `ListChannelConnections` call to retrieve the subsequent page. When paginating, all other parameters provided to `ListChannelConnetions` match the call that provided the page token.
string page_token = 3;
- Parameters:
value
- The bytes for pageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListChannelConnectionsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChannelConnectionsRequest.Builder>
-
mergeUnknownFields
public final ListChannelConnectionsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListChannelConnectionsRequest.Builder>
-
-