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