Uses of Class
com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest
-
Packages that use UpdateGroupRequest Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting APIcom.google.devtools.clouderrorreporting.v1beta1.stub -
-
Uses of UpdateGroupRequest in com.google.devtools.clouderrorreporting.v1beta1
Methods in com.google.devtools.clouderrorreporting.v1beta1 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.devtools.clouderrorreporting.v1beta1 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,ErrorGroup>
ErrorGroupServiceGrpc. getUpdateGroupMethod()
static com.google.protobuf.Parser<UpdateGroupRequest>
UpdateGroupRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,ErrorGroup>
ErrorGroupServiceClient. updateGroupCallable()
Replace the data for the specified group.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateGroupRequest,ErrorGroup>
ErrorGroupServiceSettings.Builder. updateGroupSettings()
Returns the builder for the settings used for calls to updateGroup.com.google.api.gax.rpc.UnaryCallSettings<UpdateGroupRequest,ErrorGroup>
ErrorGroupServiceSettings. updateGroupSettings()
Returns the object with the settings used for calls to updateGroup.Methods in com.google.devtools.clouderrorreporting.v1beta1 with parameters of type UpdateGroupRequest Modifier and Type Method Description UpdateGroupRequest.Builder
UpdateGroupRequest.Builder. mergeFrom(UpdateGroupRequest other)
static UpdateGroupRequest.Builder
UpdateGroupRequest. newBuilder(UpdateGroupRequest prototype)
ErrorGroup
ErrorGroupServiceClient. updateGroup(UpdateGroupRequest request)
Replace the data for the specified group.default void
ErrorGroupServiceGrpc.AsyncService. updateGroup(UpdateGroupRequest request, io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)
Replace the data for the specified group.ErrorGroup
ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub. updateGroup(UpdateGroupRequest request)
Replace the data for the specified group.com.google.common.util.concurrent.ListenableFuture<ErrorGroup>
ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub. updateGroup(UpdateGroupRequest request)
Replace the data for the specified group.void
ErrorGroupServiceGrpc.ErrorGroupServiceStub. updateGroup(UpdateGroupRequest request, io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)
Replace the data for the specified group. -
Uses of UpdateGroupRequest in com.google.devtools.clouderrorreporting.v1beta1.stub
Methods in com.google.devtools.clouderrorreporting.v1beta1.stub that return types with arguments of type UpdateGroupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,ErrorGroup>
ErrorGroupServiceStub. updateGroupCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,ErrorGroup>
GrpcErrorGroupServiceStub. updateGroupCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,ErrorGroup>
HttpJsonErrorGroupServiceStub. updateGroupCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateGroupRequest,ErrorGroup>
ErrorGroupServiceStubSettings.Builder. updateGroupSettings()
Returns the builder for the settings used for calls to updateGroup.com.google.api.gax.rpc.UnaryCallSettings<UpdateGroupRequest,ErrorGroup>
ErrorGroupServiceStubSettings. updateGroupSettings()
Returns the object with the settings used for calls to updateGroup.
-