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 GroupGroupServiceClient. 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 UpdateGroupRequestUpdateGroupRequest.Builder. build()UpdateGroupRequestUpdateGroupRequest.Builder. buildPartial()static UpdateGroupRequestUpdateGroupRequest. getDefaultInstance()UpdateGroupRequestUpdateGroupRequest.Builder. getDefaultInstanceForType()UpdateGroupRequestUpdateGroupRequest. getDefaultInstanceForType()static UpdateGroupRequestUpdateGroupRequest. parseDelimitedFrom(InputStream input)static UpdateGroupRequestUpdateGroupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGroupRequestUpdateGroupRequest. parseFrom(byte[] data)static UpdateGroupRequestUpdateGroupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGroupRequestUpdateGroupRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateGroupRequestUpdateGroupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGroupRequestUpdateGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateGroupRequestUpdateGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGroupRequestUpdateGroupRequest. parseFrom(InputStream input)static UpdateGroupRequestUpdateGroupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGroupRequestUpdateGroupRequest. parseFrom(ByteBuffer data)static UpdateGroupRequestUpdateGroupRequest. 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.BuilderUpdateGroupRequest.Builder. mergeFrom(UpdateGroupRequest other)static UpdateGroupRequest.BuilderUpdateGroupRequest. newBuilder(UpdateGroupRequest prototype)default voidGroupServiceGrpc.AsyncService. updateGroup(UpdateGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)Updates an existing group.GroupGroupServiceGrpc.GroupServiceBlockingStub. updateGroup(UpdateGroupRequest request)Updates an existing group.com.google.common.util.concurrent.ListenableFuture<Group>GroupServiceGrpc.GroupServiceFutureStub. updateGroup(UpdateGroupRequest request)Updates an existing group.voidGroupServiceGrpc.GroupServiceStub. updateGroup(UpdateGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)Updates an existing group.
-