public final class ListCustomersResponse extends GeneratedMessageV3 implements ListCustomersResponseOrBuilder
Response message for CloudChannelService.ListCustomers.
Protobuf type google.cloud.channel.v1.ListCustomersResponse
Static Fields
CUSTOMERS_FIELD_NUMBER
public static final int CUSTOMERS_FIELD_NUMBER
Field Value
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListCustomersResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListCustomersResponse.Builder newBuilder()
Returns
newBuilder(ListCustomersResponse prototype)
public static ListCustomersResponse.Builder newBuilder(ListCustomersResponse prototype)
Parameter
Returns
public static ListCustomersResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListCustomersResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListCustomersResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListCustomersResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListCustomersResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListCustomersResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListCustomersResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListCustomersResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListCustomersResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListCustomersResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListCustomersResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListCustomersResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListCustomersResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getCustomers(int index)
public Customer getCustomers(int index)
The customers belonging to a reseller or distributor.
repeated .google.cloud.channel.v1.Customer customers = 1;
Parameter
Returns
getCustomersCount()
public int getCustomersCount()
The customers belonging to a reseller or distributor.
repeated .google.cloud.channel.v1.Customer customers = 1;
Returns
getCustomersList()
public List<Customer> getCustomersList()
The customers belonging to a reseller or distributor.
repeated .google.cloud.channel.v1.Customer customers = 1;
Returns
getCustomersOrBuilder(int index)
public CustomerOrBuilder getCustomersOrBuilder(int index)
The customers belonging to a reseller or distributor.
repeated .google.cloud.channel.v1.Customer customers = 1;
Parameter
Returns
getCustomersOrBuilderList()
public List<? extends CustomerOrBuilder> getCustomersOrBuilderList()
The customers belonging to a reseller or distributor.
repeated .google.cloud.channel.v1.Customer customers = 1;
Returns
Type | Description |
List<? extends com.google.cloud.channel.v1.CustomerOrBuilder> | |
getDefaultInstanceForType()
public ListCustomersResponse getDefaultInstanceForType()
Returns
getNextPageToken()
public String getNextPageToken()
A token to retrieve the next page of results.
Pass to ListCustomersRequest.page_token to obtain that page.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token to retrieve the next page of results.
Pass to ListCustomersRequest.page_token to obtain that page.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<ListCustomersResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListCustomersResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListCustomersResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListCustomersResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions