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 GroupGroupServiceClient. 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 GetGroupRequestGetGroupRequest.Builder. build()GetGroupRequestGetGroupRequest.Builder. buildPartial()static GetGroupRequestGetGroupRequest. getDefaultInstance()GetGroupRequestGetGroupRequest.Builder. getDefaultInstanceForType()GetGroupRequestGetGroupRequest. getDefaultInstanceForType()static GetGroupRequestGetGroupRequest. parseDelimitedFrom(InputStream input)static GetGroupRequestGetGroupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGroupRequestGetGroupRequest. parseFrom(byte[] data)static GetGroupRequestGetGroupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGroupRequestGetGroupRequest. parseFrom(com.google.protobuf.ByteString data)static GetGroupRequestGetGroupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGroupRequestGetGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetGroupRequestGetGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGroupRequestGetGroupRequest. parseFrom(InputStream input)static GetGroupRequestGetGroupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGroupRequestGetGroupRequest. parseFrom(ByteBuffer data)static GetGroupRequestGetGroupRequest. 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 voidGroupServiceGrpc.AsyncService. getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)Gets a single group.GroupGroupServiceGrpc.GroupServiceBlockingStub. getGroup(GetGroupRequest request)Gets a single group.com.google.common.util.concurrent.ListenableFuture<Group>GroupServiceGrpc.GroupServiceFutureStub. getGroup(GetGroupRequest request)Gets a single group.voidGroupServiceGrpc.GroupServiceStub. getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)Gets a single group.GetGroupRequest.BuilderGetGroupRequest.Builder. mergeFrom(GetGroupRequest other)static GetGroupRequest.BuilderGetGroupRequest. newBuilder(GetGroupRequest prototype)
-