Uses of Class
com.google.bigtable.admin.v2.GetAppProfileRequest
-
Packages that use GetAppProfileRequest Package Description com.google.bigtable.admin.v2 com.google.cloud.bigtable.admin.v2.stub -
-
Uses of GetAppProfileRequest in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return GetAppProfileRequest Modifier and Type Method Description GetAppProfileRequestGetAppProfileRequest.Builder. build()GetAppProfileRequestGetAppProfileRequest.Builder. buildPartial()static GetAppProfileRequestGetAppProfileRequest. getDefaultInstance()GetAppProfileRequestGetAppProfileRequest.Builder. getDefaultInstanceForType()GetAppProfileRequestGetAppProfileRequest. getDefaultInstanceForType()static GetAppProfileRequestGetAppProfileRequest. parseDelimitedFrom(InputStream input)static GetAppProfileRequestGetAppProfileRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAppProfileRequestGetAppProfileRequest. parseFrom(byte[] data)static GetAppProfileRequestGetAppProfileRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAppProfileRequestGetAppProfileRequest. parseFrom(com.google.protobuf.ByteString data)static GetAppProfileRequestGetAppProfileRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAppProfileRequestGetAppProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetAppProfileRequestGetAppProfileRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAppProfileRequestGetAppProfileRequest. parseFrom(InputStream input)static GetAppProfileRequestGetAppProfileRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAppProfileRequestGetAppProfileRequest. parseFrom(ByteBuffer data)static GetAppProfileRequestGetAppProfileRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.bigtable.admin.v2 that return types with arguments of type GetAppProfileRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetAppProfileRequest,AppProfile>BigtableInstanceAdminGrpc. getGetAppProfileMethod()com.google.protobuf.Parser<GetAppProfileRequest>GetAppProfileRequest. getParserForType()static com.google.protobuf.Parser<GetAppProfileRequest>GetAppProfileRequest. parser()Methods in com.google.bigtable.admin.v2 with parameters of type GetAppProfileRequest Modifier and Type Method Description default voidBigtableInstanceAdminGrpc.AsyncService. getAppProfile(GetAppProfileRequest request, io.grpc.stub.StreamObserver<AppProfile> responseObserver)Gets information about an app profile.AppProfileBigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub. getAppProfile(GetAppProfileRequest request)Gets information about an app profile.com.google.common.util.concurrent.ListenableFuture<AppProfile>BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub. getAppProfile(GetAppProfileRequest request)Gets information about an app profile.voidBigtableInstanceAdminGrpc.BigtableInstanceAdminStub. getAppProfile(GetAppProfileRequest request, io.grpc.stub.StreamObserver<AppProfile> responseObserver)Gets information about an app profile.GetAppProfileRequest.BuilderGetAppProfileRequest.Builder. mergeFrom(GetAppProfileRequest other)static GetAppProfileRequest.BuilderGetAppProfileRequest. newBuilder(GetAppProfileRequest prototype) -
Uses of GetAppProfileRequest in com.google.cloud.bigtable.admin.v2.stub
Methods in com.google.cloud.bigtable.admin.v2.stub that return types with arguments of type GetAppProfileRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAppProfileRequest,AppProfile>BigtableInstanceAdminStubSettings.Builder. getAppProfileSettings()Returns the builder for the settings used for calls to getAppProfile.com.google.api.gax.rpc.UnaryCallSettings<GetAppProfileRequest,AppProfile>BigtableInstanceAdminStubSettings. getAppProfileSettings()Returns the object with the settings used for calls to getAppProfile.
-