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