Uses of Class
com.google.iam.admin.v1.LintPolicyRequest
-
Packages that use LintPolicyRequest Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.cloud.iam.admin.v1.stub com.google.iam.admin.v1 -
-
Uses of LintPolicyRequest in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type LintPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<LintPolicyRequest,LintPolicyResponse>IAMClient. lintPolicyCallable()Lints, or validates, an IAM policy.com.google.api.gax.rpc.UnaryCallSettings.Builder<LintPolicyRequest,LintPolicyResponse>IAMSettings.Builder. lintPolicySettings()Returns the builder for the settings used for calls to lintPolicy.com.google.api.gax.rpc.UnaryCallSettings<LintPolicyRequest,LintPolicyResponse>IAMSettings. lintPolicySettings()Returns the object with the settings used for calls to lintPolicy.Methods in com.google.cloud.iam.admin.v1 with parameters of type LintPolicyRequest Modifier and Type Method Description LintPolicyResponseIAMClient. lintPolicy(LintPolicyRequest request)Lints, or validates, an IAM policy. -
Uses of LintPolicyRequest in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type LintPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<LintPolicyRequest,LintPolicyResponse>GrpcIAMStub. lintPolicyCallable()com.google.api.gax.rpc.UnaryCallable<LintPolicyRequest,LintPolicyResponse>IAMStub. lintPolicyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<LintPolicyRequest,LintPolicyResponse>IAMStubSettings.Builder. lintPolicySettings()Returns the builder for the settings used for calls to lintPolicy.com.google.api.gax.rpc.UnaryCallSettings<LintPolicyRequest,LintPolicyResponse>IAMStubSettings. lintPolicySettings()Returns the object with the settings used for calls to lintPolicy. -
Uses of LintPolicyRequest in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return LintPolicyRequest Modifier and Type Method Description LintPolicyRequestLintPolicyRequest.Builder. build()LintPolicyRequestLintPolicyRequest.Builder. buildPartial()static LintPolicyRequestLintPolicyRequest. getDefaultInstance()LintPolicyRequestLintPolicyRequest.Builder. getDefaultInstanceForType()LintPolicyRequestLintPolicyRequest. getDefaultInstanceForType()static LintPolicyRequestLintPolicyRequest. parseDelimitedFrom(InputStream input)static LintPolicyRequestLintPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LintPolicyRequestLintPolicyRequest. parseFrom(byte[] data)static LintPolicyRequestLintPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LintPolicyRequestLintPolicyRequest. parseFrom(com.google.protobuf.ByteString data)static LintPolicyRequestLintPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LintPolicyRequestLintPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static LintPolicyRequestLintPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LintPolicyRequestLintPolicyRequest. parseFrom(InputStream input)static LintPolicyRequestLintPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LintPolicyRequestLintPolicyRequest. parseFrom(ByteBuffer data)static LintPolicyRequestLintPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.iam.admin.v1 that return types with arguments of type LintPolicyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<LintPolicyRequest,LintPolicyResponse>IAMGrpc. getLintPolicyMethod()com.google.protobuf.Parser<LintPolicyRequest>LintPolicyRequest. getParserForType()static com.google.protobuf.Parser<LintPolicyRequest>LintPolicyRequest. parser()Methods in com.google.iam.admin.v1 with parameters of type LintPolicyRequest Modifier and Type Method Description default voidIAMGrpc.AsyncService. lintPolicy(LintPolicyRequest request, io.grpc.stub.StreamObserver<LintPolicyResponse> responseObserver)Lints, or validates, an IAM policy.LintPolicyResponseIAMGrpc.IAMBlockingStub. lintPolicy(LintPolicyRequest request)Lints, or validates, an IAM policy.com.google.common.util.concurrent.ListenableFuture<LintPolicyResponse>IAMGrpc.IAMFutureStub. lintPolicy(LintPolicyRequest request)Lints, or validates, an IAM policy.voidIAMGrpc.IAMStub. lintPolicy(LintPolicyRequest request, io.grpc.stub.StreamObserver<LintPolicyResponse> responseObserver)Lints, or validates, an IAM policy.LintPolicyRequest.BuilderLintPolicyRequest.Builder. mergeFrom(LintPolicyRequest other)static LintPolicyRequest.BuilderLintPolicyRequest. newBuilder(LintPolicyRequest prototype)
-