Class ParallelstoreGrpc (0.11.0)

publicfinalclass ParallelstoreGrpc

Service describing handlers for resources Configures and manages parallelstore resources. Parallelstore service. The parallelstore.googleapis.com service implements the parallelstore API and defines the following resource model for managing instances:

  • The service works with a collection of cloud projects, named: /projects/*
  • Each project has a collection of available locations, named: /locations/*
  • Each location has a collection of instances named /instances/*.
  • Parallelstore instances are resources of the form: /projects/{project_id}/locations/{location_id}/instances/{instance_id} Note that location_id must be a Google Cloud zone; for example:
  • projects/12345/locations/us-central1-c/instances/my-parallelstore-share

Inheritance

java.lang.Object > ParallelstoreGrpc

Static Fields

SERVICE_NAME

publicstaticfinalStringSERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(ParallelstoreGrpc.AsyncService service)

publicstaticfinalServerServiceDefinitionbindService(ParallelstoreGrpc.AsyncServiceservice)
Parameter
Name Description
service ParallelstoreGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateInstanceMethod()

publicstaticMethodDescriptor<CreateInstanceRequest,Operation>getCreateInstanceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateInstanceRequest,Operation>

getDeleteInstanceMethod()

publicstaticMethodDescriptor<DeleteInstanceRequest,Operation>getDeleteInstanceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteInstanceRequest,Operation>

getExportDataMethod()

publicstaticMethodDescriptor<ExportDataRequest,Operation>getExportDataMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ExportDataRequest,Operation>

getGetInstanceMethod()

publicstaticMethodDescriptor<GetInstanceRequest,Instance>getGetInstanceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetInstanceRequest,Instance>

getImportDataMethod()

publicstaticMethodDescriptor<ImportDataRequest,Operation>getImportDataMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ImportDataRequest,Operation>

getListInstancesMethod()

publicstaticMethodDescriptor<ListInstancesRequest,ListInstancesResponse>getListInstancesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse>

getServiceDescriptor()

publicstaticServiceDescriptorgetServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateInstanceMethod()

publicstaticMethodDescriptor<UpdateInstanceRequest,Operation>getUpdateInstanceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateInstanceRequest,Operation>

newBlockingStub(Channel channel)

publicstaticParallelstoreGrpc.ParallelstoreBlockingStubnewBlockingStub(Channelchannel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
ParallelstoreGrpc.ParallelstoreBlockingStub

newFutureStub(Channel channel)

publicstaticParallelstoreGrpc.ParallelstoreFutureStubnewFutureStub(Channelchannel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
ParallelstoreGrpc.ParallelstoreFutureStub

newStub(Channel channel)

publicstaticParallelstoreGrpc.ParallelstoreStubnewStub(Channelchannel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
ParallelstoreGrpc.ParallelstoreStub

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.