Uses of Class
com.google.cloud.notebooks.v1.RefreshRuntimeTokenInternalResponse
-
Packages that use RefreshRuntimeTokenInternalResponse Package Description com.google.cloud.notebooks.v1 A client to Notebooks APIcom.google.cloud.notebooks.v1.stub -
-
Uses of RefreshRuntimeTokenInternalResponse in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return RefreshRuntimeTokenInternalResponse Modifier and Type Method Description RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse.Builder. build()
RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse.Builder. buildPartial()
static RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse. getDefaultInstance()
RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse.Builder. getDefaultInstanceForType()
RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse. getDefaultInstanceForType()
static RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse. parseDelimitedFrom(InputStream input)
static RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse. parseFrom(byte[] data)
static RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse. parseFrom(com.google.protobuf.ByteString data)
static RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse. parseFrom(InputStream input)
static RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse. parseFrom(ByteBuffer data)
static RefreshRuntimeTokenInternalResponse
RefreshRuntimeTokenInternalResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RefreshRuntimeTokenInternalResponse
ManagedNotebookServiceClient. refreshRuntimeTokenInternal(RefreshRuntimeTokenInternalRequest request)
Gets an access token for the consumer service account that the customer attached to the runtime.RefreshRuntimeTokenInternalResponse
ManagedNotebookServiceClient. refreshRuntimeTokenInternal(RuntimeName name, String vmId)
Gets an access token for the consumer service account that the customer attached to the runtime.RefreshRuntimeTokenInternalResponse
ManagedNotebookServiceClient. refreshRuntimeTokenInternal(String name, String vmId)
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.Methods in com.google.cloud.notebooks.v1 that return types with arguments of type RefreshRuntimeTokenInternalResponse Modifier and Type Method Description com.google.protobuf.Parser<RefreshRuntimeTokenInternalResponse>
RefreshRuntimeTokenInternalResponse. getParserForType()
static io.grpc.MethodDescriptor<RefreshRuntimeTokenInternalRequest,RefreshRuntimeTokenInternalResponse>
ManagedNotebookServiceGrpc. getRefreshRuntimeTokenInternalMethod()
static com.google.protobuf.Parser<RefreshRuntimeTokenInternalResponse>
RefreshRuntimeTokenInternalResponse. parser()
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.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 RefreshRuntimeTokenInternalResponse Modifier and Type Method Description RefreshRuntimeTokenInternalResponse.Builder
RefreshRuntimeTokenInternalResponse.Builder. mergeFrom(RefreshRuntimeTokenInternalResponse other)
static RefreshRuntimeTokenInternalResponse.Builder
RefreshRuntimeTokenInternalResponse. newBuilder(RefreshRuntimeTokenInternalResponse prototype)
Method parameters in com.google.cloud.notebooks.v1 with type arguments of type RefreshRuntimeTokenInternalResponse Modifier and Type Method Description 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.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 RefreshRuntimeTokenInternalResponse in com.google.cloud.notebooks.v1.stub
Methods in com.google.cloud.notebooks.v1.stub that return types with arguments of type RefreshRuntimeTokenInternalResponse 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.
-