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