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 QueryAuditableServicesResponse
IAMClient. 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 QueryAuditableServicesResponse
QueryAuditableServicesResponse.Builder. build()
QueryAuditableServicesResponse
QueryAuditableServicesResponse.Builder. buildPartial()
static QueryAuditableServicesResponse
QueryAuditableServicesResponse. getDefaultInstance()
QueryAuditableServicesResponse
QueryAuditableServicesResponse.Builder. getDefaultInstanceForType()
QueryAuditableServicesResponse
QueryAuditableServicesResponse. getDefaultInstanceForType()
static QueryAuditableServicesResponse
QueryAuditableServicesResponse. parseDelimitedFrom(InputStream input)
static QueryAuditableServicesResponse
QueryAuditableServicesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryAuditableServicesResponse
QueryAuditableServicesResponse. parseFrom(byte[] data)
static QueryAuditableServicesResponse
QueryAuditableServicesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryAuditableServicesResponse
QueryAuditableServicesResponse. parseFrom(com.google.protobuf.ByteString data)
static QueryAuditableServicesResponse
QueryAuditableServicesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryAuditableServicesResponse
QueryAuditableServicesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static QueryAuditableServicesResponse
QueryAuditableServicesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryAuditableServicesResponse
QueryAuditableServicesResponse. parseFrom(InputStream input)
static QueryAuditableServicesResponse
QueryAuditableServicesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryAuditableServicesResponse
QueryAuditableServicesResponse. parseFrom(ByteBuffer data)
static QueryAuditableServicesResponse
QueryAuditableServicesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
QueryAuditableServicesResponse
IAMGrpc.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.Builder
QueryAuditableServicesResponse.Builder. mergeFrom(QueryAuditableServicesResponse other)
static QueryAuditableServicesResponse.Builder
QueryAuditableServicesResponse. newBuilder(QueryAuditableServicesResponse prototype)
Method parameters in com.google.iam.admin.v1 with type arguments of type QueryAuditableServicesResponse Modifier and Type Method Description default void
IAMGrpc.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.void
IAMGrpc.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.
-