public final class ListControlsResponse extends GeneratedMessageV3 implements ListControlsResponseOrBuilder
Response for ListControls method.
Protobuf type google.cloud.retail.v2beta.ListControlsResponse
Static Fields
CONTROLS_FIELD_NUMBER
public static final int CONTROLS_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 ListControlsResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListControlsResponse.Builder newBuilder()
Returns
newBuilder(ListControlsResponse prototype)
public static ListControlsResponse.Builder newBuilder(ListControlsResponse prototype)
Parameter
Returns
public static ListControlsResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListControlsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListControlsResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListControlsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListControlsResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListControlsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListControlsResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListControlsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListControlsResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListControlsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListControlsResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListControlsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListControlsResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getControls(int index)
public Control getControls(int index)
All the Controls for a given catalog.
repeated .google.cloud.retail.v2beta.Control controls = 1;
Parameter
Returns
getControlsCount()
public int getControlsCount()
All the Controls for a given catalog.
repeated .google.cloud.retail.v2beta.Control controls = 1;
Returns
getControlsList()
public List<Control> getControlsList()
All the Controls for a given catalog.
repeated .google.cloud.retail.v2beta.Control controls = 1;
Returns
getControlsOrBuilder(int index)
public ControlOrBuilder getControlsOrBuilder(int index)
All the Controls for a given catalog.
repeated .google.cloud.retail.v2beta.Control controls = 1;
Parameter
Returns
getControlsOrBuilderList()
public List<? extends ControlOrBuilder> getControlsOrBuilderList()
All the Controls for a given catalog.
repeated .google.cloud.retail.v2beta.Control controls = 1;
Returns
Type | Description |
List<? extends com.google.cloud.retail.v2beta.ControlOrBuilder> | |
getDefaultInstanceForType()
public ListControlsResponse getDefaultInstanceForType()
Returns
getNextPageToken()
public String getNextPageToken()
Pagination token, if not returned indicates the last page.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Pagination token, if not returned indicates the last page.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<ListControlsResponse> 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 ListControlsResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListControlsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListControlsResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions