Uses of Class
com.google.monitoring.v3.ListGroupsRequest
-
Packages that use ListGroupsRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of ListGroupsRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type ListGroupsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,ListGroupsResponse>
GroupServiceClient. listGroupsCallable()
Lists the existing groups.com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,GroupServiceClient.ListGroupsPagedResponse>
GroupServiceClient. listGroupsPagedCallable()
Lists the existing groups.com.google.api.gax.rpc.PagedCallSettings.Builder<ListGroupsRequest,ListGroupsResponse,GroupServiceClient.ListGroupsPagedResponse>
GroupServiceSettings.Builder. listGroupsSettings()
Returns the builder for the settings used for calls to listGroups.com.google.api.gax.rpc.PagedCallSettings<ListGroupsRequest,ListGroupsResponse,GroupServiceClient.ListGroupsPagedResponse>
GroupServiceSettings. listGroupsSettings()
Returns the object with the settings used for calls to listGroups.Methods in com.google.cloud.monitoring.v3 with parameters of type ListGroupsRequest Modifier and Type Method Description GroupServiceClient.ListGroupsPagedResponse
GroupServiceClient. listGroups(ListGroupsRequest request)
Lists the existing groups.Method parameters in com.google.cloud.monitoring.v3 with type arguments of type ListGroupsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<GroupServiceClient.ListGroupsPagedResponse>
GroupServiceClient.ListGroupsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, com.google.api.core.ApiFuture<ListGroupsResponse> futureResponse)
protected GroupServiceClient.ListGroupsPage
GroupServiceClient.ListGroupsPage. createPage(com.google.api.gax.rpc.PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, ListGroupsResponse response)
com.google.api.core.ApiFuture<GroupServiceClient.ListGroupsPage>
GroupServiceClient.ListGroupsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListGroupsRequest,ListGroupsResponse,Group> context, com.google.api.core.ApiFuture<ListGroupsResponse> futureResponse)
-
Uses of ListGroupsRequest in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type ListGroupsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,ListGroupsResponse>
GroupServiceStub. listGroupsCallable()
com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,ListGroupsResponse>
GrpcGroupServiceStub. listGroupsCallable()
com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,GroupServiceClient.ListGroupsPagedResponse>
GroupServiceStub. listGroupsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,GroupServiceClient.ListGroupsPagedResponse>
GrpcGroupServiceStub. listGroupsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListGroupsRequest,ListGroupsResponse,GroupServiceClient.ListGroupsPagedResponse>
GroupServiceStubSettings.Builder. listGroupsSettings()
Returns the builder for the settings used for calls to listGroups.com.google.api.gax.rpc.PagedCallSettings<ListGroupsRequest,ListGroupsResponse,GroupServiceClient.ListGroupsPagedResponse>
GroupServiceStubSettings. listGroupsSettings()
Returns the object with the settings used for calls to listGroups. -
Uses of ListGroupsRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return ListGroupsRequest Modifier and Type Method Description ListGroupsRequest
ListGroupsRequest.Builder. build()
ListGroupsRequest
ListGroupsRequest.Builder. buildPartial()
static ListGroupsRequest
ListGroupsRequest. getDefaultInstance()
ListGroupsRequest
ListGroupsRequest.Builder. getDefaultInstanceForType()
ListGroupsRequest
ListGroupsRequest. getDefaultInstanceForType()
static ListGroupsRequest
ListGroupsRequest. parseDelimitedFrom(InputStream input)
static ListGroupsRequest
ListGroupsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGroupsRequest
ListGroupsRequest. parseFrom(byte[] data)
static ListGroupsRequest
ListGroupsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGroupsRequest
ListGroupsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListGroupsRequest
ListGroupsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGroupsRequest
ListGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListGroupsRequest
ListGroupsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGroupsRequest
ListGroupsRequest. parseFrom(InputStream input)
static ListGroupsRequest
ListGroupsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListGroupsRequest
ListGroupsRequest. parseFrom(ByteBuffer data)
static ListGroupsRequest
ListGroupsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type ListGroupsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListGroupsRequest,ListGroupsResponse>
GroupServiceGrpc. getListGroupsMethod()
com.google.protobuf.Parser<ListGroupsRequest>
ListGroupsRequest. getParserForType()
static com.google.protobuf.Parser<ListGroupsRequest>
ListGroupsRequest. parser()
Methods in com.google.monitoring.v3 with parameters of type ListGroupsRequest Modifier and Type Method Description default void
GroupServiceGrpc.AsyncService. listGroups(ListGroupsRequest request, io.grpc.stub.StreamObserver<ListGroupsResponse> responseObserver)
Lists the existing groups.ListGroupsResponse
GroupServiceGrpc.GroupServiceBlockingStub. listGroups(ListGroupsRequest request)
Lists the existing groups.com.google.common.util.concurrent.ListenableFuture<ListGroupsResponse>
GroupServiceGrpc.GroupServiceFutureStub. listGroups(ListGroupsRequest request)
Lists the existing groups.void
GroupServiceGrpc.GroupServiceStub. listGroups(ListGroupsRequest request, io.grpc.stub.StreamObserver<ListGroupsResponse> responseObserver)
Lists the existing groups.ListGroupsRequest.Builder
ListGroupsRequest.Builder. mergeFrom(ListGroupsRequest other)
static ListGroupsRequest.Builder
ListGroupsRequest. newBuilder(ListGroupsRequest prototype)
-