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 GetGuestAttributesResponseGetGuestAttributesResponse.Builder. build()GetGuestAttributesResponseGetGuestAttributesResponse.Builder. buildPartial()static GetGuestAttributesResponseGetGuestAttributesResponse. getDefaultInstance()GetGuestAttributesResponseGetGuestAttributesResponse.Builder. getDefaultInstanceForType()GetGuestAttributesResponseGetGuestAttributesResponse. getDefaultInstanceForType()GetGuestAttributesResponseTpuClient. getGuestAttributes(GetGuestAttributesRequest request)Retrieves the guest attributes for the node.GetGuestAttributesResponseTpuGrpc.TpuBlockingStub. getGuestAttributes(GetGuestAttributesRequest request)Retrieves the guest attributes for the node.static GetGuestAttributesResponseGetGuestAttributesResponse. parseDelimitedFrom(InputStream input)static GetGuestAttributesResponseGetGuestAttributesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesResponseGetGuestAttributesResponse. parseFrom(byte[] data)static GetGuestAttributesResponseGetGuestAttributesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesResponseGetGuestAttributesResponse. parseFrom(com.google.protobuf.ByteString data)static GetGuestAttributesResponseGetGuestAttributesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesResponseGetGuestAttributesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static GetGuestAttributesResponseGetGuestAttributesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesResponseGetGuestAttributesResponse. parseFrom(InputStream input)static GetGuestAttributesResponseGetGuestAttributesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesResponseGetGuestAttributesResponse. parseFrom(ByteBuffer data)static GetGuestAttributesResponseGetGuestAttributesResponse. 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.BuilderGetGuestAttributesResponse.Builder. mergeFrom(GetGuestAttributesResponse other)static GetGuestAttributesResponse.BuilderGetGuestAttributesResponse. newBuilder(GetGuestAttributesResponse prototype)Method parameters in com.google.cloud.tpu.v2 with type arguments of type GetGuestAttributesResponse Modifier and Type Method Description default voidTpuGrpc.AsyncService. getGuestAttributes(GetGuestAttributesRequest request, io.grpc.stub.StreamObserver<GetGuestAttributesResponse> responseObserver)Retrieves the guest attributes for the node.voidTpuGrpc.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.
-