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 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.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.BuilderUpdateGroupRequest.Builder. mergeFrom(UpdateGroupRequest other)static UpdateGroupRequest.BuilderUpdateGroupRequest. newBuilder(UpdateGroupRequest prototype)ErrorGroupErrorGroupServiceClient. updateGroup(UpdateGroupRequest request)Replace the data for the specified group.default voidErrorGroupServiceGrpc.AsyncService. updateGroup(UpdateGroupRequest request, io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)Replace the data for the specified group.ErrorGroupErrorGroupServiceGrpc.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.voidErrorGroupServiceGrpc.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.
-