Uses of Class
com.google.cloud.notebooks.v1.RefreshRuntimeTokenInternalRequest
-
Packages that use RefreshRuntimeTokenInternalRequest Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of RefreshRuntimeTokenInternalRequest in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return RefreshRuntimeTokenInternalRequest Modifier and Type Method Description RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest.Builder. build()RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest.Builder. buildPartial()static RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest. getDefaultInstance()RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest.Builder. getDefaultInstanceForType()RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest. getDefaultInstanceForType()static RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest. parseDelimitedFrom(InputStream input)static RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest. parseFrom(byte[] data)static RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest. parseFrom(com.google.protobuf.ByteString data)static RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest. parseFrom(com.google.protobuf.CodedInputStream input)static RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest. parseFrom(InputStream input)static RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest. parseFrom(ByteBuffer data)static RefreshRuntimeTokenInternalRequestRefreshRuntimeTokenInternalRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v1 that return types with arguments of type RefreshRuntimeTokenInternalRequest Modifier and Type Method Description com.google.protobuf.Parser<RefreshRuntimeTokenInternalRequest>RefreshRuntimeTokenInternalRequest. getParserForType()static io.grpc.MethodDescriptor<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceGrpc. getRefreshRuntimeTokenInternalMethod()static com.google.protobuf.Parser<RefreshRuntimeTokenInternalRequest>RefreshRuntimeTokenInternalRequest. parser()com.google.api.gax.rpc.UnaryCallable<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceClient. refreshRuntimeTokenInternalCallable()Gets an access token for the consumer service account that the customer attached to the runtime.com.google.api.gax.rpc.UnaryCallSettings.Builder<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceSettings.Builder. refreshRuntimeTokenInternalSettings()Returns the builder for the settings used for calls to refreshRuntimeTokenInternal.com.google.api.gax.rpc.UnaryCallSettings<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceSettings. refreshRuntimeTokenInternalSettings()Returns the object with the settings used for calls to refreshRuntimeTokenInternal.Methods in com.google.cloud.notebooks.v1 with parameters of type RefreshRuntimeTokenInternalRequest Modifier and Type Method Description RefreshRuntimeTokenInternalRequest.BuilderRefreshRuntimeTokenInternalRequest.Builder. mergeFrom(RefreshRuntimeTokenInternalRequest other)static RefreshRuntimeTokenInternalRequest.BuilderRefreshRuntimeTokenInternalRequest. newBuilder(RefreshRuntimeTokenInternalRequest prototype)RefreshRuntimeTokenInternalResponseManagedNotebookServiceClient. refreshRuntimeTokenInternal(RefreshRuntimeTokenInternalRequest request)Gets an access token for the consumer service account that the customer attached to the runtime.default voidManagedNotebookServiceGrpc.AsyncService. refreshRuntimeTokenInternal(RefreshRuntimeTokenInternalRequest request, io.grpc.stub.StreamObserver<RefreshRuntimeTokenInternalResponse> responseObserver)Gets an access token for the consumer service account that the customer attached to the runtime.RefreshRuntimeTokenInternalResponseManagedNotebookServiceGrpc.ManagedNotebookServiceBlockingStub. refreshRuntimeTokenInternal(RefreshRuntimeTokenInternalRequest request)Gets an access token for the consumer service account that the customer attached to the runtime.com.google.common.util.concurrent.ListenableFuture<RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceGrpc.ManagedNotebookServiceFutureStub. refreshRuntimeTokenInternal(RefreshRuntimeTokenInternalRequest request)Gets an access token for the consumer service account that the customer attached to the runtime.voidManagedNotebookServiceGrpc.ManagedNotebookServiceStub. refreshRuntimeTokenInternal(RefreshRuntimeTokenInternalRequest request, io.grpc.stub.StreamObserver<RefreshRuntimeTokenInternalResponse> responseObserver)Gets an access token for the consumer service account that the customer attached to the runtime. -
Uses of RefreshRuntimeTokenInternalRequest in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type RefreshRuntimeTokenInternalRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>GrpcManagedNotebookServiceStub. refreshRuntimeTokenInternalCallable()com.google.api.gax.rpc.UnaryCallable<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceStub. refreshRuntimeTokenInternalCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceStubSettings.Builder. refreshRuntimeTokenInternalSettings()Returns the builder for the settings used for calls to refreshRuntimeTokenInternal.com.google.api.gax.rpc.UnaryCallSettings<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>ManagedNotebookServiceStubSettings. refreshRuntimeTokenInternalSettings()Returns the object with the settings used for calls to refreshRuntimeTokenInternal.
-