Uses of Class
com.google.cloud.assuredworkloads.v1beta1.RestrictAllowedResourcesRequest
-
Packages that use RestrictAllowedResourcesRequest Package Description com.google.cloud.assuredworkloads.v1beta1 A client to Assured Workloads APIcom.google.cloud.assuredworkloads.v1beta1.stub -
-
Uses of RestrictAllowedResourcesRequest in com.google.cloud.assuredworkloads.v1beta1
Methods in com.google.cloud.assuredworkloads.v1beta1 that return RestrictAllowedResourcesRequest Modifier and Type Method Description RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest.Builder. build()
RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest.Builder. buildPartial()
static RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest. getDefaultInstance()
RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest.Builder. getDefaultInstanceForType()
RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest. getDefaultInstanceForType()
static RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest. parseDelimitedFrom(InputStream input)
static RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest. parseFrom(byte[] data)
static RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest. parseFrom(com.google.protobuf.ByteString data)
static RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest. parseFrom(InputStream input)
static RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest. parseFrom(ByteBuffer data)
static RestrictAllowedResourcesRequest
RestrictAllowedResourcesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.assuredworkloads.v1beta1 that return types with arguments of type RestrictAllowedResourcesRequest Modifier and Type Method Description com.google.protobuf.Parser<RestrictAllowedResourcesRequest>
RestrictAllowedResourcesRequest. getParserForType()
static io.grpc.MethodDescriptor<RestrictAllowedResourcesRequest,RestrictAllowedResourcesResponse>
AssuredWorkloadsServiceGrpc. getRestrictAllowedResourcesMethod()
static com.google.protobuf.Parser<RestrictAllowedResourcesRequest>
RestrictAllowedResourcesRequest. parser()
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.v1beta1 with parameters of type RestrictAllowedResourcesRequest Modifier and Type Method Description RestrictAllowedResourcesRequest.Builder
RestrictAllowedResourcesRequest.Builder. mergeFrom(RestrictAllowedResourcesRequest other)
static RestrictAllowedResourcesRequest.Builder
RestrictAllowedResourcesRequest. newBuilder(RestrictAllowedResourcesRequest prototype)
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.com.google.common.util.concurrent.ListenableFuture<RestrictAllowedResourcesResponse>
AssuredWorkloadsServiceGrpc.AssuredWorkloadsServiceFutureStub. restrictAllowedResources(RestrictAllowedResourcesRequest request)
Restrict the list of resources allowed in the Workload environment.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 RestrictAllowedResourcesRequest in com.google.cloud.assuredworkloads.v1beta1.stub
Methods in com.google.cloud.assuredworkloads.v1beta1.stub that return types with arguments of type RestrictAllowedResourcesRequest 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.
-