Uses of Class
com.google.cloud.assuredworkloads.v1.RestrictAllowedResourcesResponse
-
Packages that use RestrictAllowedResourcesResponse Package Description com.google.cloud.assuredworkloads.v1 A client to Assured Workloads APIcom.google.cloud.assuredworkloads.v1.stub -
-
Uses of RestrictAllowedResourcesResponse in com.google.cloud.assuredworkloads.v1
Methods in com.google.cloud.assuredworkloads.v1 that return RestrictAllowedResourcesResponse Modifier and Type Method Description RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse.Builder. build()
RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse.Builder. buildPartial()
static RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse. getDefaultInstance()
RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse.Builder. getDefaultInstanceForType()
RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse. getDefaultInstanceForType()
static RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse. parseDelimitedFrom(InputStream input)
static RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse. parseFrom(byte[] data)
static RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse. parseFrom(com.google.protobuf.ByteString data)
static RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse. parseFrom(InputStream input)
static RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse. parseFrom(ByteBuffer data)
static RestrictAllowedResourcesResponse
RestrictAllowedResourcesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RestrictAllowedResourcesResponse
AssuredWorkloadsServiceClient. restrictAllowedResources(RestrictAllowedResourcesRequest request)
Restrict the list of resources allowed in the Workload environment.RestrictAllowedResourcesResponse
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceBlockingStub. restrictAllowedResources(RestrictAllowedResourcesRequest request)
Restrict the list of resources allowed in the Workload environment.Methods in com.google.cloud.assuredworkloads.v1 that return types with arguments of type RestrictAllowedResourcesResponse Modifier and Type Method Description com.google.protobuf.Parser<RestrictAllowedResourcesResponse>
RestrictAllowedResourcesResponse. getParserForType()
static io.grpc.MethodDescriptor<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse>
AssuredWorkloadsServiceGrpc. getRestrictAllowedResourcesMethod()
static com.google.protobuf.Parser<RestrictAllowedResourcesResponse>
RestrictAllowedResourcesResponse. parser()
com.google.common.util.concurrent.ListenableFuture<RestrictAllowedResourcesResponse>
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceFutureStub. restrictAllowedResources(RestrictAllowedResourcesRequest request)
Restrict the list of resources allowed in the Workload environment.com.google.api.gax.rpc.UnaryCallable<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse>
AssuredWorkloadsServiceClient. restrictAllowedResourcesCallable()
Restrict the list of resources allowed in the Workload environment.com.google.api.gax.rpc.UnaryCallSettings.Builder<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse>
AssuredWorkloadsServiceSettings.Builder. restrictAllowedResourcesSettings()
Returns the builder for the settings used for calls to restrictAllowedResources.com.google.api.gax.rpc.UnaryCallSettings<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse>
AssuredWorkloadsServiceSettings. restrictAllowedResourcesSettings()
Returns the object with the settings used for calls to restrictAllowedResources.Methods in com.google.cloud.assuredworkloads.v1 with parameters of type RestrictAllowedResourcesResponse Modifier and Type Method Description RestrictAllowedResourcesResponse.Builder
RestrictAllowedResourcesResponse.Builder. mergeFrom(RestrictAllowedResourcesResponse other)
static RestrictAllowedResourcesResponse.Builder
RestrictAllowedResourcesResponse. newBuilder(RestrictAllowedResourcesResponse prototype)
Method parameters in com.google.cloud.assuredworkloads.v1 with type arguments of type RestrictAllowedResourcesResponse Modifier and Type Method Description void
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceStub. restrictAllowedResources(RestrictAllowedResourcesRequest request, io.grpc.stub.StreamObserver<RestrictAllowedResourcesResponse> responseObserver)
Restrict the list of resources allowed in the Workload environment.default void
AssuredWorkloadsServiceGrpc.AsyncService. restrictAllowedResources(RestrictAllowedResourcesRequest request, io.grpc.stub.StreamObserver<RestrictAllowedResourcesResponse> responseObserver)
Restrict the list of resources allowed in the Workload environment. -
Uses of RestrictAllowedResourcesResponse in com.google.cloud.assuredworkloads.v1.stub
Methods in com.google.cloud.assuredworkloads.v1.stub that return types with arguments of type RestrictAllowedResourcesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse>
AssuredWorkloadsServiceStub. restrictAllowedResourcesCallable()
com.google.api.gax.rpc.UnaryCallable<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse>
GrpcAssuredWorkloadsServiceStub. restrictAllowedResourcesCallable()
com.google.api.gax.rpc.UnaryCallable<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse>
HttpJsonAssuredWorkloadsServiceStub. restrictAllowedResourcesCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse>
AssuredWorkloadsServiceStubSettings.Builder. restrictAllowedResourcesSettings()
Returns the builder for the settings used for calls to restrictAllowedResources.com.google.api.gax.rpc.UnaryCallSettings<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse>
AssuredWorkloadsServiceStubSettings. restrictAllowedResourcesSettings()
Returns the object with the settings used for calls to restrictAllowedResources.
-