Uses of Class
com.google.cloud.shell.v1.AuthorizeEnvironmentRequest
-
Packages that use AuthorizeEnvironmentRequest Package Description com.google.cloud.shell.v1 A client to Cloud Shell APIcom.google.cloud.shell.v1.stub -
-
Uses of AuthorizeEnvironmentRequest in com.google.cloud.shell.v1
Methods in com.google.cloud.shell.v1 that return AuthorizeEnvironmentRequest Modifier and Type Method Description AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest.Builder. build()
AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest.Builder. buildPartial()
static AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest. getDefaultInstance()
AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest.Builder. getDefaultInstanceForType()
AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest. getDefaultInstanceForType()
static AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest. parseDelimitedFrom(InputStream input)
static AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest. parseFrom(byte[] data)
static AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data)
static AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest. parseFrom(InputStream input)
static AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest. parseFrom(ByteBuffer data)
static AuthorizeEnvironmentRequest
AuthorizeEnvironmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.shell.v1 that return types with arguments of type AuthorizeEnvironmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AuthorizeEnvironmentRequest,com.google.longrunning.Operation>
CloudShellServiceClient. authorizeEnvironmentCallable()
Sends OAuth credentials to a running environment on behalf of a user.com.google.api.gax.rpc.OperationCallable<AuthorizeEnvironmentRequest,AuthorizeEnvironmentResponse,AuthorizeEnvironmentMetadata>
CloudShellServiceClient. authorizeEnvironmentOperationCallable()
Sends OAuth credentials to a running environment on behalf of a user.com.google.api.gax.rpc.OperationCallSettings<AuthorizeEnvironmentRequest,AuthorizeEnvironmentResponse,AuthorizeEnvironmentMetadata>
CloudShellServiceSettings. authorizeEnvironmentOperationSettings()
Returns the object with the settings used for calls to authorizeEnvironment.com.google.api.gax.rpc.OperationCallSettings.Builder<AuthorizeEnvironmentRequest,AuthorizeEnvironmentResponse,AuthorizeEnvironmentMetadata>
CloudShellServiceSettings.Builder. authorizeEnvironmentOperationSettings()
Returns the builder for the settings used for calls to authorizeEnvironment.com.google.api.gax.rpc.UnaryCallSettings<AuthorizeEnvironmentRequest,com.google.longrunning.Operation>
CloudShellServiceSettings. authorizeEnvironmentSettings()
Returns the object with the settings used for calls to authorizeEnvironment.com.google.api.gax.rpc.UnaryCallSettings.Builder<AuthorizeEnvironmentRequest,com.google.longrunning.Operation>
CloudShellServiceSettings.Builder. authorizeEnvironmentSettings()
Returns the builder for the settings used for calls to authorizeEnvironment.static io.grpc.MethodDescriptor<AuthorizeEnvironmentRequest,com.google.longrunning.Operation>
CloudShellServiceGrpc. getAuthorizeEnvironmentMethod()
com.google.protobuf.Parser<AuthorizeEnvironmentRequest>
AuthorizeEnvironmentRequest. getParserForType()
static com.google.protobuf.Parser<AuthorizeEnvironmentRequest>
AuthorizeEnvironmentRequest. parser()
Methods in com.google.cloud.shell.v1 with parameters of type AuthorizeEnvironmentRequest Modifier and Type Method Description default void
CloudShellServiceGrpc.AsyncService. authorizeEnvironment(AuthorizeEnvironmentRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Sends OAuth credentials to a running environment on behalf of a user.com.google.longrunning.Operation
CloudShellServiceGrpc.CloudShellServiceBlockingStub. authorizeEnvironment(AuthorizeEnvironmentRequest request)
Sends OAuth credentials to a running environment on behalf of a user.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
CloudShellServiceGrpc.CloudShellServiceFutureStub. authorizeEnvironment(AuthorizeEnvironmentRequest request)
Sends OAuth credentials to a running environment on behalf of a user.void
CloudShellServiceGrpc.CloudShellServiceStub. authorizeEnvironment(AuthorizeEnvironmentRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Sends OAuth credentials to a running environment on behalf of a user.com.google.api.gax.longrunning.OperationFuture<AuthorizeEnvironmentResponse,AuthorizeEnvironmentMetadata>
CloudShellServiceClient. authorizeEnvironmentAsync(AuthorizeEnvironmentRequest request)
Sends OAuth credentials to a running environment on behalf of a user.AuthorizeEnvironmentRequest.Builder
AuthorizeEnvironmentRequest.Builder. mergeFrom(AuthorizeEnvironmentRequest other)
static AuthorizeEnvironmentRequest.Builder
AuthorizeEnvironmentRequest. newBuilder(AuthorizeEnvironmentRequest prototype)
-
Uses of AuthorizeEnvironmentRequest in com.google.cloud.shell.v1.stub
Methods in com.google.cloud.shell.v1.stub that return types with arguments of type AuthorizeEnvironmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AuthorizeEnvironmentRequest,com.google.longrunning.Operation>
CloudShellServiceStub. authorizeEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallable<AuthorizeEnvironmentRequest,com.google.longrunning.Operation>
GrpcCloudShellServiceStub. authorizeEnvironmentCallable()
com.google.api.gax.rpc.UnaryCallable<AuthorizeEnvironmentRequest,com.google.longrunning.Operation>
HttpJsonCloudShellServiceStub. authorizeEnvironmentCallable()
com.google.api.gax.rpc.OperationCallable<AuthorizeEnvironmentRequest,AuthorizeEnvironmentResponse,AuthorizeEnvironmentMetadata>
CloudShellServiceStub. authorizeEnvironmentOperationCallable()
com.google.api.gax.rpc.OperationCallable<AuthorizeEnvironmentRequest,AuthorizeEnvironmentResponse,AuthorizeEnvironmentMetadata>
GrpcCloudShellServiceStub. authorizeEnvironmentOperationCallable()
com.google.api.gax.rpc.OperationCallable<AuthorizeEnvironmentRequest,AuthorizeEnvironmentResponse,AuthorizeEnvironmentMetadata>
HttpJsonCloudShellServiceStub. authorizeEnvironmentOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<AuthorizeEnvironmentRequest,AuthorizeEnvironmentResponse,AuthorizeEnvironmentMetadata>
CloudShellServiceStubSettings. authorizeEnvironmentOperationSettings()
Returns the object with the settings used for calls to authorizeEnvironment.com.google.api.gax.rpc.OperationCallSettings.Builder<AuthorizeEnvironmentRequest,AuthorizeEnvironmentResponse,AuthorizeEnvironmentMetadata>
CloudShellServiceStubSettings.Builder. authorizeEnvironmentOperationSettings()
Returns the builder for the settings used for calls to authorizeEnvironment.com.google.api.gax.rpc.UnaryCallSettings<AuthorizeEnvironmentRequest,com.google.longrunning.Operation>
CloudShellServiceStubSettings. authorizeEnvironmentSettings()
Returns the object with the settings used for calls to authorizeEnvironment.com.google.api.gax.rpc.UnaryCallSettings.Builder<AuthorizeEnvironmentRequest,com.google.longrunning.Operation>
CloudShellServiceStubSettings.Builder. authorizeEnvironmentSettings()
Returns the builder for the settings used for calls to authorizeEnvironment.
-