Uses of Class
com.google.monitoring.v3.GetGroupRequest
-
Packages that use GetGroupRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of GetGroupRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type GetGroupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
GroupServiceClient. getGroupCallable()
Gets a single group.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGroupRequest,Group>
GroupServiceSettings.Builder. getGroupSettings()
Returns the builder for the settings used for calls to getGroup.com.google.api.gax.rpc.UnaryCallSettings<GetGroupRequest,Group>
GroupServiceSettings. getGroupSettings()
Returns the object with the settings used for calls to getGroup.Methods in com.google.cloud.monitoring.v3 with parameters of type GetGroupRequest Modifier and Type Method Description Group
GroupServiceClient. getGroup(GetGroupRequest request)
Gets a single group. -
Uses of GetGroupRequest in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type GetGroupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
GroupServiceStub. getGroupCallable()
com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group>
GrpcGroupServiceStub. getGroupCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGroupRequest,Group>
GroupServiceStubSettings.Builder. getGroupSettings()
Returns the builder for the settings used for calls to getGroup.com.google.api.gax.rpc.UnaryCallSettings<GetGroupRequest,Group>
GroupServiceStubSettings. getGroupSettings()
Returns the object with the settings used for calls to getGroup. -
Uses of GetGroupRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return GetGroupRequest Modifier and Type Method Description GetGroupRequest
GetGroupRequest.Builder. build()
GetGroupRequest
GetGroupRequest.Builder. buildPartial()
static GetGroupRequest
GetGroupRequest. getDefaultInstance()
GetGroupRequest
GetGroupRequest.Builder. getDefaultInstanceForType()
GetGroupRequest
GetGroupRequest. getDefaultInstanceForType()
static GetGroupRequest
GetGroupRequest. parseDelimitedFrom(InputStream input)
static GetGroupRequest
GetGroupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(byte[] data)
static GetGroupRequest
GetGroupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(com.google.protobuf.ByteString data)
static GetGroupRequest
GetGroupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetGroupRequest
GetGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(InputStream input)
static GetGroupRequest
GetGroupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(ByteBuffer data)
static GetGroupRequest
GetGroupRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type GetGroupRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetGroupRequest,Group>
GroupServiceGrpc. getGetGroupMethod()
com.google.protobuf.Parser<GetGroupRequest>
GetGroupRequest. getParserForType()
static com.google.protobuf.Parser<GetGroupRequest>
GetGroupRequest. parser()
Methods in com.google.monitoring.v3 with parameters of type GetGroupRequest Modifier and Type Method Description default void
GroupServiceGrpc.AsyncService. getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)
Gets a single group.Group
GroupServiceGrpc.GroupServiceBlockingStub. getGroup(GetGroupRequest request)
Gets a single group.com.google.common.util.concurrent.ListenableFuture<Group>
GroupServiceGrpc.GroupServiceFutureStub. getGroup(GetGroupRequest request)
Gets a single group.void
GroupServiceGrpc.GroupServiceStub. getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)
Gets a single group.GetGroupRequest.Builder
GetGroupRequest.Builder. mergeFrom(GetGroupRequest other)
static GetGroupRequest.Builder
GetGroupRequest. newBuilder(GetGroupRequest prototype)
-