public static final class ListSubscribersResponse.Builder extends GeneratedMessage.Builder<ListSubscribersResponse.Builder> implements ListSubscribersResponseOrBuilderResponse Message for ListSubscribers.
Protobuf type google.cloud.channel.v1.ListSubscribersResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListSubscribersResponse.BuilderImplements
ListSubscribersResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllServiceAccounts(Iterable<String> values)
public ListSubscribersResponse.Builder addAllServiceAccounts(Iterable<String> values)List of service accounts which have subscriber access to the topic.
repeated string service_accounts = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The serviceAccounts to add. |
| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
This builder for chaining. |
addServiceAccounts(String value)
public ListSubscribersResponse.Builder addServiceAccounts(String value)List of service accounts which have subscriber access to the topic.
repeated string service_accounts = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe serviceAccounts to add. |
| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
This builder for chaining. |
addServiceAccountsBytes(ByteString value)
public ListSubscribersResponse.Builder addServiceAccountsBytes(ByteString value)List of service accounts which have subscriber access to the topic.
repeated string service_accounts = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the serviceAccounts to add. |
| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
This builder for chaining. |
build()
public ListSubscribersResponse build()| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse |
|
buildPartial()
public ListSubscribersResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse |
|
clear()
public ListSubscribersResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
|
clearNextPageToken()
public ListSubscribersResponse.Builder clearNextPageToken() A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
This builder for chaining. |
clearServiceAccounts()
public ListSubscribersResponse.Builder clearServiceAccounts()List of service accounts which have subscriber access to the topic.
repeated string service_accounts = 2;
| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
This builder for chaining. |
clearTopic()
public ListSubscribersResponse.Builder clearTopic()Name of the topic registered with the reseller.
string topic = 1;
| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListSubscribersResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken() A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getServiceAccounts(int index)
public String getServiceAccounts(int index)List of service accounts which have subscriber access to the topic.
repeated string service_accounts = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The serviceAccounts at the given index. |
getServiceAccountsBytes(int index)
public ByteString getServiceAccountsBytes(int index)List of service accounts which have subscriber access to the topic.
repeated string service_accounts = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the serviceAccounts at the given index. |
getServiceAccountsCount()
public int getServiceAccountsCount()List of service accounts which have subscriber access to the topic.
repeated string service_accounts = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of serviceAccounts. |
getServiceAccountsList()
public ProtocolStringList getServiceAccountsList()List of service accounts which have subscriber access to the topic.
repeated string service_accounts = 2;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the serviceAccounts. |
getTopic()
public String getTopic()Name of the topic registered with the reseller.
string topic = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The topic. |
getTopicBytes()
public ByteString getTopicBytes()Name of the topic registered with the reseller.
string topic = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for topic. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListSubscribersResponse other)
public ListSubscribersResponse.Builder mergeFrom(ListSubscribersResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSubscribersResponse |
| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListSubscribersResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListSubscribersResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
|
setNextPageToken(String value)
public ListSubscribersResponse.Builder setNextPageToken(String value) A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListSubscribersResponse.Builder setNextPageTokenBytes(ByteString value) A token that can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
This builder for chaining. |
setServiceAccounts(int index, String value)
public ListSubscribersResponse.Builder setServiceAccounts(int index, String value)List of service accounts which have subscriber access to the topic.
repeated string service_accounts = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe serviceAccounts to set. |
| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
This builder for chaining. |
setTopic(String value)
public ListSubscribersResponse.Builder setTopic(String value)Name of the topic registered with the reseller.
string topic = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe topic to set. |
| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
This builder for chaining. |
setTopicBytes(ByteString value)
public ListSubscribersResponse.Builder setTopicBytes(ByteString value)Name of the topic registered with the reseller.
string topic = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for topic to set. |
| Returns | |
|---|---|
| Type | Description |
ListSubscribersResponse.Builder |
This builder for chaining. |