Uses of Class
com.google.cloud.tpu.v2alpha1.GetGuestAttributesRequest
-
Packages that use GetGuestAttributesRequest Package Description com.google.cloud.tpu.v2alpha1 A client to Cloud TPU APIcom.google.cloud.tpu.v2alpha1.stub -
-
Uses of GetGuestAttributesRequest in com.google.cloud.tpu.v2alpha1
Methods in com.google.cloud.tpu.v2alpha1 that return GetGuestAttributesRequest Modifier and Type Method Description GetGuestAttributesRequest
GetGuestAttributesRequest.Builder. build()
GetGuestAttributesRequest
GetGuestAttributesRequest.Builder. buildPartial()
static GetGuestAttributesRequest
GetGuestAttributesRequest. getDefaultInstance()
GetGuestAttributesRequest
GetGuestAttributesRequest.Builder. getDefaultInstanceForType()
GetGuestAttributesRequest
GetGuestAttributesRequest. getDefaultInstanceForType()
static GetGuestAttributesRequest
GetGuestAttributesRequest. parseDelimitedFrom(InputStream input)
static GetGuestAttributesRequest
GetGuestAttributesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGuestAttributesRequest
GetGuestAttributesRequest. parseFrom(byte[] data)
static GetGuestAttributesRequest
GetGuestAttributesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGuestAttributesRequest
GetGuestAttributesRequest. parseFrom(com.google.protobuf.ByteString data)
static GetGuestAttributesRequest
GetGuestAttributesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGuestAttributesRequest
GetGuestAttributesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetGuestAttributesRequest
GetGuestAttributesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGuestAttributesRequest
GetGuestAttributesRequest. parseFrom(InputStream input)
static GetGuestAttributesRequest
GetGuestAttributesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGuestAttributesRequest
GetGuestAttributesRequest. parseFrom(ByteBuffer data)
static GetGuestAttributesRequest
GetGuestAttributesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tpu.v2alpha1 that return types with arguments of type GetGuestAttributesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetGuestAttributesRequest,GetGuestAttributesResponse>
TpuGrpc. getGetGuestAttributesMethod()
com.google.api.gax.rpc.UnaryCallable<GetGuestAttributesRequest,GetGuestAttributesResponse>
TpuClient. getGuestAttributesCallable()
Retrieves the guest attributes for the node.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGuestAttributesRequest,GetGuestAttributesResponse>
TpuSettings.Builder. getGuestAttributesSettings()
Returns the builder for the settings used for calls to getGuestAttributes.com.google.api.gax.rpc.UnaryCallSettings<GetGuestAttributesRequest,GetGuestAttributesResponse>
TpuSettings. getGuestAttributesSettings()
Returns the object with the settings used for calls to getGuestAttributes.com.google.protobuf.Parser<GetGuestAttributesRequest>
GetGuestAttributesRequest. getParserForType()
static com.google.protobuf.Parser<GetGuestAttributesRequest>
GetGuestAttributesRequest. parser()
Methods in com.google.cloud.tpu.v2alpha1 with parameters of type GetGuestAttributesRequest Modifier and Type Method Description GetGuestAttributesResponse
TpuClient. getGuestAttributes(GetGuestAttributesRequest request)
Retrieves the guest attributes for the node.default void
TpuGrpc.AsyncService. getGuestAttributes(GetGuestAttributesRequest request, io.grpc.stub.StreamObserver<GetGuestAttributesResponse> responseObserver)
Retrieves the guest attributes for the node.GetGuestAttributesResponse
TpuGrpc.TpuBlockingStub. getGuestAttributes(GetGuestAttributesRequest request)
Retrieves the guest attributes for the node.com.google.common.util.concurrent.ListenableFuture<GetGuestAttributesResponse>
TpuGrpc.TpuFutureStub. getGuestAttributes(GetGuestAttributesRequest request)
Retrieves the guest attributes for the node.void
TpuGrpc.TpuStub. getGuestAttributes(GetGuestAttributesRequest request, io.grpc.stub.StreamObserver<GetGuestAttributesResponse> responseObserver)
Retrieves the guest attributes for the node.GetGuestAttributesRequest.Builder
GetGuestAttributesRequest.Builder. mergeFrom(GetGuestAttributesRequest other)
static GetGuestAttributesRequest.Builder
GetGuestAttributesRequest. newBuilder(GetGuestAttributesRequest prototype)
-
Uses of GetGuestAttributesRequest in com.google.cloud.tpu.v2alpha1.stub
Methods in com.google.cloud.tpu.v2alpha1.stub that return types with arguments of type GetGuestAttributesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetGuestAttributesRequest,GetGuestAttributesResponse>
GrpcTpuStub. getGuestAttributesCallable()
com.google.api.gax.rpc.UnaryCallable<GetGuestAttributesRequest,GetGuestAttributesResponse>
TpuStub. getGuestAttributesCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGuestAttributesRequest,GetGuestAttributesResponse>
TpuStubSettings.Builder. getGuestAttributesSettings()
Returns the builder for the settings used for calls to getGuestAttributes.com.google.api.gax.rpc.UnaryCallSettings<GetGuestAttributesRequest,GetGuestAttributesResponse>
TpuStubSettings. getGuestAttributesSettings()
Returns the object with the settings used for calls to getGuestAttributes.
-