Uses of Class
com.google.cloud.migrationcenter.v1.GetGroupRequest
-
Packages that use GetGroupRequest Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of GetGroupRequest in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.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.migrationcenter.v1 that return types with arguments of type GetGroupRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetGroupRequest,Group>
MigrationCenterGrpc. getGetGroupMethod()
com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
MigrationCenterClient. getGroupCallable()
Gets the details of a group.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGroupRequest,Group>
MigrationCenterSettings.Builder. getGroupSettings()
Returns the builder for the settings used for calls to getGroup.com.google.api.gax.rpc.UnaryCallSettings<GetGroupRequest,Group>
MigrationCenterSettings. 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.migrationcenter.v1 with parameters of type GetGroupRequest Modifier and Type Method Description Group
MigrationCenterClient. getGroup(GetGroupRequest request)
Gets the details of a group.default void
MigrationCenterGrpc.AsyncService. getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)
Gets the details of a group.Group
MigrationCenterGrpc.MigrationCenterBlockingStub. getGroup(GetGroupRequest request)
Gets the details of a group.com.google.common.util.concurrent.ListenableFuture<Group>
MigrationCenterGrpc.MigrationCenterFutureStub. getGroup(GetGroupRequest request)
Gets the details of a group.void
MigrationCenterGrpc.MigrationCenterStub. getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)
Gets the details of a group.GetGroupRequest.Builder
GetGroupRequest.Builder. mergeFrom(GetGroupRequest other)
static GetGroupRequest.Builder
GetGroupRequest. newBuilder(GetGroupRequest prototype)
-
Uses of GetGroupRequest in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type GetGroupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
GrpcMigrationCenterStub. getGroupCallable()
com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
HttpJsonMigrationCenterStub. getGroupCallable()
com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
MigrationCenterStub. getGroupCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGroupRequest,Group>
MigrationCenterStubSettings.Builder. getGroupSettings()
Returns the builder for the settings used for calls to getGroup.com.google.api.gax.rpc.UnaryCallSettings<GetGroupRequest,Group>
MigrationCenterStubSettings. getGroupSettings()
Returns the object with the settings used for calls to getGroup.
-