Uses of Class
com.google.cloud.vmmigration.v1.GetGroupRequest
-
Packages that use GetGroupRequest Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of GetGroupRequest in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return GetGroupRequest Modifier and Type Method Description GetGroupRequest
GetGroupRequest.Builder. build()
GetGroupRequest
GetGroupRequest.Builder. buildPartial()
static GetGroupRequest
GetGroupRequest. getDefaultInstance()
GetGroupRequest
GetGroupRequest.Builder. getDefaultInstanceForType()
GetGroupRequest
GetGroupRequest. getDefaultInstanceForType()
static GetGroupRequest
GetGroupRequest. parseDelimitedFrom(InputStream input)
static GetGroupRequest
GetGroupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(byte[] data)
static GetGroupRequest
GetGroupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(com.google.protobuf.ByteString data)
static GetGroupRequest
GetGroupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetGroupRequest
GetGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(InputStream input)
static GetGroupRequest
GetGroupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(ByteBuffer data)
static GetGroupRequest
GetGroupRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type GetGroupRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetGroupRequest,Group>
VmMigrationGrpc. getGetGroupMethod()
com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
VmMigrationClient. getGroupCallable()
Gets details of a single Group.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGroupRequest,Group>
VmMigrationSettings.Builder. getGroupSettings()
Returns the builder for the settings used for calls to getGroup.com.google.api.gax.rpc.UnaryCallSettings<GetGroupRequest,Group>
VmMigrationSettings. getGroupSettings()
Returns the object with the settings used for calls to getGroup.com.google.protobuf.Parser<GetGroupRequest>
GetGroupRequest. getParserForType()
static com.google.protobuf.Parser<GetGroupRequest>
GetGroupRequest. parser()
Methods in com.google.cloud.vmmigration.v1 with parameters of type GetGroupRequest Modifier and Type Method Description Group
VmMigrationClient. getGroup(GetGroupRequest request)
Gets details of a single Group.default void
VmMigrationGrpc.AsyncService. getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)
Gets details of a single Group.Group
VmMigrationGrpc.VmMigrationBlockingStub. getGroup(GetGroupRequest request)
Gets details of a single Group.com.google.common.util.concurrent.ListenableFuture<Group>
VmMigrationGrpc.VmMigrationFutureStub. getGroup(GetGroupRequest request)
Gets details of a single Group.void
VmMigrationGrpc.VmMigrationStub. getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)
Gets details of a single Group.GetGroupRequest.Builder
GetGroupRequest.Builder. mergeFrom(GetGroupRequest other)
static GetGroupRequest.Builder
GetGroupRequest. newBuilder(GetGroupRequest prototype)
-
Uses of GetGroupRequest in com.google.cloud.vmmigration.v1.stub
Methods in com.google.cloud.vmmigration.v1.stub that return types with arguments of type GetGroupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
GrpcVmMigrationStub. getGroupCallable()
com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
HttpJsonVmMigrationStub. getGroupCallable()
com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
VmMigrationStub. getGroupCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGroupRequest,Group>
VmMigrationStubSettings.Builder. getGroupSettings()
Returns the builder for the settings used for calls to getGroup.com.google.api.gax.rpc.UnaryCallSettings<GetGroupRequest,Group>
VmMigrationStubSettings. getGroupSettings()
Returns the object with the settings used for calls to getGroup.
-