Uses of Class
com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest
-
Packages that use GetGroupRequest Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting APIcom.google.devtools.clouderrorreporting.v1beta1.stub -
-
Uses of GetGroupRequest in com.google.devtools.clouderrorreporting.v1beta1
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return GetGroupRequest Modifier and Type Method Description GetGroupRequest
GetGroupRequest.Builder. build()
GetGroupRequest
GetGroupRequest.Builder. buildPartial()
static GetGroupRequest
GetGroupRequest. getDefaultInstance()
GetGroupRequest
GetGroupRequest.Builder. getDefaultInstanceForType()
GetGroupRequest
GetGroupRequest. getDefaultInstanceForType()
static GetGroupRequest
GetGroupRequest. parseDelimitedFrom(InputStream input)
static GetGroupRequest
GetGroupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(byte[] data)
static GetGroupRequest
GetGroupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(com.google.protobuf.ByteString data)
static GetGroupRequest
GetGroupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetGroupRequest
GetGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(InputStream input)
static GetGroupRequest
GetGroupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGroupRequest
GetGroupRequest. parseFrom(ByteBuffer data)
static GetGroupRequest
GetGroupRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type GetGroupRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetGroupRequest,ErrorGroup>
ErrorGroupServiceGrpc. getGetGroupMethod()
com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,ErrorGroup>
ErrorGroupServiceClient. getGroupCallable()
Get the specified group.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGroupRequest,ErrorGroup>
ErrorGroupServiceSettings.Builder. getGroupSettings()
Returns the builder for the settings used for calls to getGroup.com.google.api.gax.rpc.UnaryCallSettings<GetGroupRequest,ErrorGroup>
ErrorGroupServiceSettings. getGroupSettings()
Returns the object with the settings used for calls to getGroup.com.google.protobuf.Parser<GetGroupRequest>
GetGroupRequest. getParserForType()
static com.google.protobuf.Parser<GetGroupRequest>
GetGroupRequest. parser()
Methods in com.google.devtools.clouderrorreporting.v1beta1 with parameters of type GetGroupRequest Modifier and Type Method Description ErrorGroup
ErrorGroupServiceClient. getGroup(GetGroupRequest request)
Get the specified group.default void
ErrorGroupServiceGrpc.AsyncService. getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)
Get the specified group.ErrorGroup
ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub. getGroup(GetGroupRequest request)
Get the specified group.com.google.common.util.concurrent.ListenableFuture<ErrorGroup>
ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub. getGroup(GetGroupRequest request)
Get the specified group.void
ErrorGroupServiceGrpc.ErrorGroupServiceStub. getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)
Get the specified group.GetGroupRequest.Builder
GetGroupRequest.Builder. mergeFrom(GetGroupRequest other)
static GetGroupRequest.Builder
GetGroupRequest. newBuilder(GetGroupRequest prototype)
-
Uses of GetGroupRequest in com.google.devtools.clouderrorreporting.v1beta1.stub
Methods in com.google.devtools.clouderrorreporting.v1beta1.stub that return types with arguments of type GetGroupRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,ErrorGroup>
ErrorGroupServiceStub. getGroupCallable()
com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,ErrorGroup>
GrpcErrorGroupServiceStub. getGroupCallable()
com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,ErrorGroup>
HttpJsonErrorGroupServiceStub. getGroupCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGroupRequest,ErrorGroup>
ErrorGroupServiceStubSettings.Builder. getGroupSettings()
Returns the builder for the settings used for calls to getGroup.com.google.api.gax.rpc.UnaryCallSettings<GetGroupRequest,ErrorGroup>
ErrorGroupServiceStubSettings. getGroupSettings()
Returns the object with the settings used for calls to getGroup.
-