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 RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest.Builder. build()
RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest.Builder. buildPartial()
static RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest. getDefaultInstance()
RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest.Builder. getDefaultInstanceForType()
RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest. getDefaultInstanceForType()
static RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest. parseDelimitedFrom(InputStream input)
static RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest. parseFrom(byte[] data)
static RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest. parseFrom(com.google.protobuf.ByteString data)
static RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest. parseFrom(InputStream input)
static RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest. parseFrom(ByteBuffer data)
static RefreshRuntimeTokenInternalRequest
RefreshRuntimeTokenInternalRequest. 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.Builder
RefreshRuntimeTokenInternalRequest.Builder. mergeFrom(RefreshRuntimeTokenInternalRequest other)
static RefreshRuntimeTokenInternalRequest.Builder
RefreshRuntimeTokenInternalRequest. newBuilder(RefreshRuntimeTokenInternalRequest prototype)
RefreshRuntimeTokenInternalResponse
ManagedNotebookServiceClient. refreshRuntimeTokenInternal(RefreshRuntimeTokenInternalRequest request)
Gets an access token for the consumer service account that the customer attached to the runtime.default void
ManagedNotebookServiceGrpc.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.RefreshRuntimeTokenInternalResponse
ManagedNotebookServiceGrpc.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.void
ManagedNotebookServiceGrpc.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.
-