public final class ListDeploymentResourcePoolsRequest extends GeneratedMessageV3 implements ListDeploymentResourcePoolsRequestOrBuilder
Request message for ListDeploymentResourcePools method.
Protobuf type google.cloud.aiplatform.v1beta1.ListDeploymentResourcePoolsRequest
Static Fields
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
public static final int PARENT_FIELD_NUMBER
Field Value
Static Methods
public static ListDeploymentResourcePoolsRequest getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static ListDeploymentResourcePoolsRequest.Builder newBuilder()
Returns
public static ListDeploymentResourcePoolsRequest.Builder newBuilder(ListDeploymentResourcePoolsRequest prototype)
Parameter
Returns
public static ListDeploymentResourcePoolsRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListDeploymentResourcePoolsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListDeploymentResourcePoolsRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static ListDeploymentResourcePoolsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListDeploymentResourcePoolsRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static ListDeploymentResourcePoolsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListDeploymentResourcePoolsRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListDeploymentResourcePoolsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListDeploymentResourcePoolsRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListDeploymentResourcePoolsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListDeploymentResourcePoolsRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static ListDeploymentResourcePoolsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<ListDeploymentResourcePoolsRequest> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public ListDeploymentResourcePoolsRequest getDefaultInstanceForType()
Returns
getPageSize()
The maximum number of DeploymentResourcePools to return. The service may
return fewer than this value.
int32 page_size = 2;
Returns
Type | Description |
int | The pageSize.
|
getPageToken()
public String getPageToken()
A page token, received from a previous ListDeploymentResourcePools
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListDeploymentResourcePools
must match the call that provided the page
token.
string page_token = 3;
Returns
Type | Description |
String | The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
A page token, received from a previous ListDeploymentResourcePools
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListDeploymentResourcePools
must match the call that provided the page
token.
string page_token = 3;
Returns
public String getParent()
Required. The parent Location which owns this collection of DeploymentResourcePools.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The parent.
|
public ByteString getParentBytes()
Required. The parent Location which owns this collection of DeploymentResourcePools.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
public Parser<ListDeploymentResourcePoolsRequest> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ListDeploymentResourcePoolsRequest.Builder newBuilderForType()
Returns
protected ListDeploymentResourcePoolsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public ListDeploymentResourcePoolsRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions