Uses of Class
com.google.iam.admin.v1.QueryAuditableServicesResponse
-
Packages that use QueryAuditableServicesResponse 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 QueryAuditableServicesResponse in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return QueryAuditableServicesResponse Modifier and Type Method Description QueryAuditableServicesResponseIAMClient. queryAuditableServices(QueryAuditableServicesRequest request)Returns a list of services that allow you to opt into audit logs that are not generated by default.Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type QueryAuditableServicesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<QueryAuditableServicesRequest,QueryAuditableServicesResponse>IAMClient. queryAuditableServicesCallable()Returns a list of services that allow you to opt into audit logs that are not generated by default.com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryAuditableServicesRequest,QueryAuditableServicesResponse>IAMSettings.Builder. queryAuditableServicesSettings()Returns the builder for the settings used for calls to queryAuditableServices.com.google.api.gax.rpc.UnaryCallSettings<QueryAuditableServicesRequest,QueryAuditableServicesResponse>IAMSettings. queryAuditableServicesSettings()Returns the object with the settings used for calls to queryAuditableServices. -
Uses of QueryAuditableServicesResponse in com.google.cloud.iam.admin.v1.stub
Methods in com.google.cloud.iam.admin.v1.stub that return types with arguments of type QueryAuditableServicesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<QueryAuditableServicesRequest,QueryAuditableServicesResponse>GrpcIAMStub. queryAuditableServicesCallable()com.google.api.gax.rpc.UnaryCallable<QueryAuditableServicesRequest,QueryAuditableServicesResponse>IAMStub. queryAuditableServicesCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryAuditableServicesRequest,QueryAuditableServicesResponse>IAMStubSettings.Builder. queryAuditableServicesSettings()Returns the builder for the settings used for calls to queryAuditableServices.com.google.api.gax.rpc.UnaryCallSettings<QueryAuditableServicesRequest,QueryAuditableServicesResponse>IAMStubSettings. queryAuditableServicesSettings()Returns the object with the settings used for calls to queryAuditableServices. -
Uses of QueryAuditableServicesResponse in com.google.iam.admin.v1
Methods in com.google.iam.admin.v1 that return QueryAuditableServicesResponse Modifier and Type Method Description QueryAuditableServicesResponseQueryAuditableServicesResponse.Builder. build()QueryAuditableServicesResponseQueryAuditableServicesResponse.Builder. buildPartial()static QueryAuditableServicesResponseQueryAuditableServicesResponse. getDefaultInstance()QueryAuditableServicesResponseQueryAuditableServicesResponse.Builder. getDefaultInstanceForType()QueryAuditableServicesResponseQueryAuditableServicesResponse. getDefaultInstanceForType()static QueryAuditableServicesResponseQueryAuditableServicesResponse. parseDelimitedFrom(InputStream input)static QueryAuditableServicesResponseQueryAuditableServicesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryAuditableServicesResponseQueryAuditableServicesResponse. parseFrom(byte[] data)static QueryAuditableServicesResponseQueryAuditableServicesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryAuditableServicesResponseQueryAuditableServicesResponse. parseFrom(com.google.protobuf.ByteString data)static QueryAuditableServicesResponseQueryAuditableServicesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryAuditableServicesResponseQueryAuditableServicesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static QueryAuditableServicesResponseQueryAuditableServicesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryAuditableServicesResponseQueryAuditableServicesResponse. parseFrom(InputStream input)static QueryAuditableServicesResponseQueryAuditableServicesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryAuditableServicesResponseQueryAuditableServicesResponse. parseFrom(ByteBuffer data)static QueryAuditableServicesResponseQueryAuditableServicesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)QueryAuditableServicesResponseIAMGrpc.IAMBlockingStub. queryAuditableServices(QueryAuditableServicesRequest request)Returns a list of services that allow you to opt into audit logs that are not generated by default.Methods in com.google.iam.admin.v1 that return types with arguments of type QueryAuditableServicesResponse Modifier and Type Method Description com.google.protobuf.Parser<QueryAuditableServicesResponse>QueryAuditableServicesResponse. getParserForType()static io.grpc.MethodDescriptor<QueryAuditableServicesRequest,QueryAuditableServicesResponse>IAMGrpc. getQueryAuditableServicesMethod()static com.google.protobuf.Parser<QueryAuditableServicesResponse>QueryAuditableServicesResponse. parser()com.google.common.util.concurrent.ListenableFuture<QueryAuditableServicesResponse>IAMGrpc.IAMFutureStub. queryAuditableServices(QueryAuditableServicesRequest request)Returns a list of services that allow you to opt into audit logs that are not generated by default.Methods in com.google.iam.admin.v1 with parameters of type QueryAuditableServicesResponse Modifier and Type Method Description QueryAuditableServicesResponse.BuilderQueryAuditableServicesResponse.Builder. mergeFrom(QueryAuditableServicesResponse other)static QueryAuditableServicesResponse.BuilderQueryAuditableServicesResponse. newBuilder(QueryAuditableServicesResponse prototype)Method parameters in com.google.iam.admin.v1 with type arguments of type QueryAuditableServicesResponse Modifier and Type Method Description default voidIAMGrpc.AsyncService. queryAuditableServices(QueryAuditableServicesRequest request, io.grpc.stub.StreamObserver<QueryAuditableServicesResponse> responseObserver)Returns a list of services that allow you to opt into audit logs that are not generated by default.voidIAMGrpc.IAMStub. queryAuditableServices(QueryAuditableServicesRequest request, io.grpc.stub.StreamObserver<QueryAuditableServicesResponse> responseObserver)Returns a list of services that allow you to opt into audit logs that are not generated by default.
-