Uses of Class
com.google.cloud.vmmigration.v1.ListGroupsResponse
-
Packages that use ListGroupsResponse Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of ListGroupsResponse in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return ListGroupsResponse Modifier and Type Method Description ListGroupsResponseListGroupsResponse.Builder. build()ListGroupsResponseListGroupsResponse.Builder. buildPartial()static ListGroupsResponseListGroupsResponse. getDefaultInstance()ListGroupsResponseListGroupsResponse.Builder. getDefaultInstanceForType()ListGroupsResponseListGroupsResponse. getDefaultInstanceForType()ListGroupsResponseVmMigrationGrpc.VmMigrationBlockingStub. listGroups(ListGroupsRequest request)Lists Groups in a given project and location.static ListGroupsResponseListGroupsResponse. parseDelimitedFrom(InputStream input)static ListGroupsResponseListGroupsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGroupsResponseListGroupsResponse. parseFrom(byte[] data)static ListGroupsResponseListGroupsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGroupsResponseListGroupsResponse. parseFrom(com.google.protobuf.ByteString data)static ListGroupsResponseListGroupsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGroupsResponseListGroupsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListGroupsResponseListGroupsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGroupsResponseListGroupsResponse. parseFrom(InputStream input)static ListGroupsResponseListGroupsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGroupsResponseListGroupsResponse. parseFrom(ByteBuffer data)static ListGroupsResponseListGroupsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type ListGroupsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListGroupsRequest,ListGroupsResponse>VmMigrationGrpc. getListGroupsMethod()com.google.protobuf.Parser<ListGroupsResponse>ListGroupsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListGroupsResponse>VmMigrationGrpc.VmMigrationFutureStub. listGroups(ListGroupsRequest request)Lists Groups in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,ListGroupsResponse>VmMigrationClient. listGroupsCallable()Lists Groups in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListGroupsRequest,ListGroupsResponse,VmMigrationClient.ListGroupsPagedResponse>VmMigrationSettings.Builder. listGroupsSettings()Returns the builder for the settings used for calls to listGroups.com.google.api.gax.rpc.PagedCallSettings<ListGroupsRequest,ListGroupsResponse,VmMigrationClient.ListGroupsPagedResponse>VmMigrationSettings. listGroupsSettings()Returns the object with the settings used for calls to listGroups.static com.google.protobuf.Parser<ListGroupsResponse>ListGroupsResponse. parser()Methods in com.google.cloud.vmmigration.v1 with parameters of type ListGroupsResponse Modifier and Type Method Description protected VmMigrationClient.ListGroupsPageVmMigrationClient.ListGroupsPage. createPage(com.google.api.gax.rpc.PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, ListGroupsResponse response)ListGroupsResponse.BuilderListGroupsResponse.Builder. mergeFrom(ListGroupsResponse other)static ListGroupsResponse.BuilderListGroupsResponse. newBuilder(ListGroupsResponse prototype)Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type ListGroupsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VmMigrationClient.ListGroupsPagedResponse>VmMigrationClient.ListGroupsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, com.google.api.core.ApiFuture<ListGroupsResponse> futureResponse)static com.google.api.core.ApiFuture<VmMigrationClient.ListGroupsPagedResponse>VmMigrationClient.ListGroupsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, com.google.api.core.ApiFuture<ListGroupsResponse> futureResponse)protected VmMigrationClient.ListGroupsPageVmMigrationClient.ListGroupsPage. createPage(com.google.api.gax.rpc.PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, ListGroupsResponse response)com.google.api.core.ApiFuture<VmMigrationClient.ListGroupsPage>VmMigrationClient.ListGroupsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, com.google.api.core.ApiFuture<ListGroupsResponse> futureResponse)com.google.api.core.ApiFuture<VmMigrationClient.ListGroupsPage>VmMigrationClient.ListGroupsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, com.google.api.core.ApiFuture<ListGroupsResponse> futureResponse)default voidVmMigrationGrpc.AsyncService. listGroups(ListGroupsRequest request, io.grpc.stub.StreamObserver<ListGroupsResponse> responseObserver)Lists Groups in a given project and location.voidVmMigrationGrpc.VmMigrationStub. listGroups(ListGroupsRequest request, io.grpc.stub.StreamObserver<ListGroupsResponse> responseObserver)Lists Groups in a given project and location. -
Uses of ListGroupsResponse in com.google.cloud.vmmigration.v1.stub
Methods in com.google.cloud.vmmigration.v1.stub that return types with arguments of type ListGroupsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,ListGroupsResponse>GrpcVmMigrationStub. listGroupsCallable()com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,ListGroupsResponse>HttpJsonVmMigrationStub. listGroupsCallable()com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,ListGroupsResponse>VmMigrationStub. listGroupsCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListGroupsRequest,ListGroupsResponse,VmMigrationClient.ListGroupsPagedResponse>VmMigrationStubSettings.Builder. listGroupsSettings()Returns the builder for the settings used for calls to listGroups.com.google.api.gax.rpc.PagedCallSettings<ListGroupsRequest,ListGroupsResponse,VmMigrationClient.ListGroupsPagedResponse>VmMigrationStubSettings. listGroupsSettings()Returns the object with the settings used for calls to listGroups.
-