Class ResourceSettingsServiceGrpc
- java.lang.Object
-
- com.google.cloud.resourcesettings.v1.ResourceSettingsServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/resourcesettings/v1/resource_settings.proto") public final class ResourceSettingsServiceGrpc extends Object
An interface to interact with resource settings and setting values throughout the resource hierarchy. Services may surface a number of settings for users to control how their resources behave. Values of settings applied on a given Cloud resource are evaluated hierarchically and inherited by all descendants of that resource. For all requests, returns a `google.rpc.Status` with `google.rpc.Code.PERMISSION_DENIED` if the IAM check fails or the `parent` resource is not in a Cloud Organization. For all requests, returns a `google.rpc.Status` with `google.rpc.Code.INVALID_ARGUMENT` if the request is malformed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ResourceSettingsServiceGrpc.AsyncService
An interface to interact with resource settings and setting values throughout the resource hierarchy.static class
ResourceSettingsServiceGrpc.ResourceSettingsServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service ResourceSettingsService.static class
ResourceSettingsServiceGrpc.ResourceSettingsServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ResourceSettingsService.static class
ResourceSettingsServiceGrpc.ResourceSettingsServiceImplBase
Base class for the server implementation of the service ResourceSettingsService.static class
ResourceSettingsServiceGrpc.ResourceSettingsServiceStub
A stub to allow clients to do asynchronous rpc calls to service ResourceSettingsService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(ResourceSettingsServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<GetSettingRequest,Setting>
getGetSettingMethod()
static io.grpc.MethodDescriptor<ListSettingsRequest,ListSettingsResponse>
getListSettingsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateSettingRequest,Setting>
getUpdateSettingMethod()
static ResourceSettingsServiceGrpc.ResourceSettingsServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ResourceSettingsServiceGrpc.ResourceSettingsServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ResourceSettingsServiceGrpc.ResourceSettingsServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListSettingsMethod
public static io.grpc.MethodDescriptor<ListSettingsRequest,ListSettingsResponse> getListSettingsMethod()
-
getGetSettingMethod
public static io.grpc.MethodDescriptor<GetSettingRequest,Setting> getGetSettingMethod()
-
getUpdateSettingMethod
public static io.grpc.MethodDescriptor<UpdateSettingRequest,Setting> getUpdateSettingMethod()
-
newStub
public static ResourceSettingsServiceGrpc.ResourceSettingsServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ResourceSettingsServiceGrpc.ResourceSettingsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ResourceSettingsServiceGrpc.ResourceSettingsServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ResourceSettingsServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-