public final class ListAccountLabelsResponse extends GeneratedMessageV3 implements ListAccountLabelsResponseOrBuilder
Response message for the ListAccountLabels
method.
Protobuf type google.shopping.css.v1.ListAccountLabelsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ACCOUNT_LABELS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static ListAccountLabelsResponse getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ListAccountLabelsResponse.Builder newBuilder()
public static ListAccountLabelsResponse.Builder newBuilder(ListAccountLabelsResponse prototype)
public static ListAccountLabelsResponse parseDelimitedFrom(InputStream input)
public static ListAccountLabelsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListAccountLabelsResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static ListAccountLabelsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListAccountLabelsResponse parseFrom(ByteString data)
public static ListAccountLabelsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListAccountLabelsResponse parseFrom(CodedInputStream input)
public static ListAccountLabelsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListAccountLabelsResponse parseFrom(InputStream input)
public static ListAccountLabelsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListAccountLabelsResponse parseFrom(ByteBuffer data)
public static ListAccountLabelsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ListAccountLabelsResponse> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public AccountLabel getAccountLabels(int index)
The labels from the specified account.
repeated .google.shopping.css.v1.AccountLabel account_labels = 1;
Parameter |
---|
Name | Description |
index | int
|
public int getAccountLabelsCount()
The labels from the specified account.
repeated .google.shopping.css.v1.AccountLabel account_labels = 1;
Returns |
---|
Type | Description |
int | |
public List<AccountLabel> getAccountLabelsList()
The labels from the specified account.
repeated .google.shopping.css.v1.AccountLabel account_labels = 1;
public AccountLabelOrBuilder getAccountLabelsOrBuilder(int index)
The labels from the specified account.
repeated .google.shopping.css.v1.AccountLabel account_labels = 1;
Parameter |
---|
Name | Description |
index | int
|
public List<? extends AccountLabelOrBuilder> getAccountLabelsOrBuilderList()
The labels from the specified account.
repeated .google.shopping.css.v1.AccountLabel account_labels = 1;
Returns |
---|
Type | Description |
List<? extends com.google.shopping.css.v1.AccountLabelOrBuilder> | |
public ListAccountLabelsResponse getDefaultInstanceForType()
getNextPageToken()
public String getNextPageToken()
A token, which 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 = 2;
Returns |
---|
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token, which 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 = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for nextPageToken.
|
public Parser<ListAccountLabelsResponse> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListAccountLabelsResponse.Builder newBuilderForType()
protected ListAccountLabelsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public ListAccountLabelsResponse.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides