Uses of Class
com.google.cloud.tpu.v2.GetGuestAttributesRequest
-
Packages that use GetGuestAttributesRequest Package Description com.google.cloud.tpu.v2 A client to Cloud TPU APIcom.google.cloud.tpu.v2.stub -
-
Uses of GetGuestAttributesRequest in com.google.cloud.tpu.v2
Methods in com.google.cloud.tpu.v2 that return GetGuestAttributesRequest Modifier and Type Method Description GetGuestAttributesRequestGetGuestAttributesRequest.Builder. build()GetGuestAttributesRequestGetGuestAttributesRequest.Builder. buildPartial()static GetGuestAttributesRequestGetGuestAttributesRequest. getDefaultInstance()GetGuestAttributesRequestGetGuestAttributesRequest.Builder. getDefaultInstanceForType()GetGuestAttributesRequestGetGuestAttributesRequest. getDefaultInstanceForType()static GetGuestAttributesRequestGetGuestAttributesRequest. parseDelimitedFrom(InputStream input)static GetGuestAttributesRequestGetGuestAttributesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesRequestGetGuestAttributesRequest. parseFrom(byte[] data)static GetGuestAttributesRequestGetGuestAttributesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesRequestGetGuestAttributesRequest. parseFrom(com.google.protobuf.ByteString data)static GetGuestAttributesRequestGetGuestAttributesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesRequestGetGuestAttributesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetGuestAttributesRequestGetGuestAttributesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesRequestGetGuestAttributesRequest. parseFrom(InputStream input)static GetGuestAttributesRequestGetGuestAttributesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGuestAttributesRequestGetGuestAttributesRequest. parseFrom(ByteBuffer data)static GetGuestAttributesRequestGetGuestAttributesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tpu.v2 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.v2 with parameters of type GetGuestAttributesRequest Modifier and Type Method Description GetGuestAttributesResponseTpuClient. getGuestAttributes(GetGuestAttributesRequest request)Retrieves the guest attributes for the node.default voidTpuGrpc.AsyncService. getGuestAttributes(GetGuestAttributesRequest request, io.grpc.stub.StreamObserver<GetGuestAttributesResponse> responseObserver)Retrieves the guest attributes for the node.GetGuestAttributesResponseTpuGrpc.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.voidTpuGrpc.TpuStub. getGuestAttributes(GetGuestAttributesRequest request, io.grpc.stub.StreamObserver<GetGuestAttributesResponse> responseObserver)Retrieves the guest attributes for the node.GetGuestAttributesRequest.BuilderGetGuestAttributesRequest.Builder. mergeFrom(GetGuestAttributesRequest other)static GetGuestAttributesRequest.BuilderGetGuestAttributesRequest. newBuilder(GetGuestAttributesRequest prototype) -
Uses of GetGuestAttributesRequest in com.google.cloud.tpu.v2.stub
Methods in com.google.cloud.tpu.v2.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>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.
-