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