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 GetGroupRequestGetGroupRequest.Builder. build()GetGroupRequestGetGroupRequest.Builder. buildPartial()static GetGroupRequestGetGroupRequest. getDefaultInstance()GetGroupRequestGetGroupRequest.Builder. getDefaultInstanceForType()GetGroupRequestGetGroupRequest. getDefaultInstanceForType()static GetGroupRequestGetGroupRequest. parseDelimitedFrom(InputStream input)static GetGroupRequestGetGroupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGroupRequestGetGroupRequest. parseFrom(byte[] data)static GetGroupRequestGetGroupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGroupRequestGetGroupRequest. parseFrom(com.google.protobuf.ByteString data)static GetGroupRequestGetGroupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGroupRequestGetGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetGroupRequestGetGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGroupRequestGetGroupRequest. parseFrom(InputStream input)static GetGroupRequestGetGroupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGroupRequestGetGroupRequest. parseFrom(ByteBuffer data)static GetGroupRequestGetGroupRequest. 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 GroupMigrationCenterClient. getGroup(GetGroupRequest request)Gets the details of a group.default voidMigrationCenterGrpc.AsyncService. getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)Gets the details of a group.GroupMigrationCenterGrpc.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.voidMigrationCenterGrpc.MigrationCenterStub. getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)Gets the details of a group.GetGroupRequest.BuilderGetGroupRequest.Builder. mergeFrom(GetGroupRequest other)static GetGroupRequest.BuilderGetGroupRequest. 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.
-