Uses of Class
com.google.cloud.asset.v1.QueryAssetsRequest
-
Packages that use QueryAssetsRequest Package Description com.google.cloud.asset.v1 A client to Cloud Asset APIcom.google.cloud.asset.v1.stub -
-
Uses of QueryAssetsRequest in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return QueryAssetsRequest Modifier and Type Method Description QueryAssetsRequest
QueryAssetsRequest.Builder. build()
QueryAssetsRequest
QueryAssetsRequest.Builder. buildPartial()
static QueryAssetsRequest
QueryAssetsRequest. getDefaultInstance()
QueryAssetsRequest
QueryAssetsRequest.Builder. getDefaultInstanceForType()
QueryAssetsRequest
QueryAssetsRequest. getDefaultInstanceForType()
static QueryAssetsRequest
QueryAssetsRequest. parseDelimitedFrom(InputStream input)
static QueryAssetsRequest
QueryAssetsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryAssetsRequest
QueryAssetsRequest. parseFrom(byte[] data)
static QueryAssetsRequest
QueryAssetsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryAssetsRequest
QueryAssetsRequest. parseFrom(com.google.protobuf.ByteString data)
static QueryAssetsRequest
QueryAssetsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryAssetsRequest
QueryAssetsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static QueryAssetsRequest
QueryAssetsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryAssetsRequest
QueryAssetsRequest. parseFrom(InputStream input)
static QueryAssetsRequest
QueryAssetsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static QueryAssetsRequest
QueryAssetsRequest. parseFrom(ByteBuffer data)
static QueryAssetsRequest
QueryAssetsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1 that return types with arguments of type QueryAssetsRequest Modifier and Type Method Description com.google.protobuf.Parser<QueryAssetsRequest>
QueryAssetsRequest. getParserForType()
static io.grpc.MethodDescriptor<QueryAssetsRequest,QueryAssetsResponse>
AssetServiceGrpc. getQueryAssetsMethod()
static com.google.protobuf.Parser<QueryAssetsRequest>
QueryAssetsRequest. parser()
com.google.api.gax.rpc.UnaryCallable<QueryAssetsRequest,QueryAssetsResponse>
AssetServiceClient. queryAssetsCallable()
Issue a job that queries assets using a SQL statement compatible with [BigQuery Standard SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryAssetsRequest,QueryAssetsResponse>
AssetServiceSettings.Builder. queryAssetsSettings()
Returns the builder for the settings used for calls to queryAssets.com.google.api.gax.rpc.UnaryCallSettings<QueryAssetsRequest,QueryAssetsResponse>
AssetServiceSettings. queryAssetsSettings()
Returns the object with the settings used for calls to queryAssets.Methods in com.google.cloud.asset.v1 with parameters of type QueryAssetsRequest Modifier and Type Method Description QueryAssetsRequest.Builder
QueryAssetsRequest.Builder. mergeFrom(QueryAssetsRequest other)
static QueryAssetsRequest.Builder
QueryAssetsRequest. newBuilder(QueryAssetsRequest prototype)
QueryAssetsResponse
AssetServiceClient. queryAssets(QueryAssetsRequest request)
Issue a job that queries assets using a SQL statement compatible with [BigQuery Standard SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).QueryAssetsResponse
AssetServiceGrpc.AssetServiceBlockingStub. queryAssets(QueryAssetsRequest request)
Issue a job that queries assets using a SQL statement compatible with [BigQuery Standard SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).com.google.common.util.concurrent.ListenableFuture<QueryAssetsResponse>
AssetServiceGrpc.AssetServiceFutureStub. queryAssets(QueryAssetsRequest request)
Issue a job that queries assets using a SQL statement compatible with [BigQuery Standard SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).void
AssetServiceGrpc.AssetServiceStub. queryAssets(QueryAssetsRequest request, io.grpc.stub.StreamObserver<QueryAssetsResponse> responseObserver)
Issue a job that queries assets using a SQL statement compatible with [BigQuery Standard SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql).default void
AssetServiceGrpc.AsyncService. queryAssets(QueryAssetsRequest request, io.grpc.stub.StreamObserver<QueryAssetsResponse> responseObserver)
Issue a job that queries assets using a SQL statement compatible with [BigQuery Standard SQL](http://cloud/bigquery/docs/reference/standard-sql/enabling-standard-sql). -
Uses of QueryAssetsRequest in com.google.cloud.asset.v1.stub
Methods in com.google.cloud.asset.v1.stub that return types with arguments of type QueryAssetsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<QueryAssetsRequest,QueryAssetsResponse>
AssetServiceStub. queryAssetsCallable()
com.google.api.gax.rpc.UnaryCallable<QueryAssetsRequest,QueryAssetsResponse>
GrpcAssetServiceStub. queryAssetsCallable()
com.google.api.gax.rpc.UnaryCallable<QueryAssetsRequest,QueryAssetsResponse>
HttpJsonAssetServiceStub. queryAssetsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<QueryAssetsRequest,QueryAssetsResponse>
AssetServiceStubSettings.Builder. queryAssetsSettings()
Returns the builder for the settings used for calls to queryAssets.com.google.api.gax.rpc.UnaryCallSettings<QueryAssetsRequest,QueryAssetsResponse>
AssetServiceStubSettings. queryAssetsSettings()
Returns the object with the settings used for calls to queryAssets.
-