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 GroupGroupServiceClient. 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 CreateGroupRequestCreateGroupRequest.Builder. build()CreateGroupRequestCreateGroupRequest.Builder. buildPartial()static CreateGroupRequestCreateGroupRequest. getDefaultInstance()CreateGroupRequestCreateGroupRequest.Builder. getDefaultInstanceForType()CreateGroupRequestCreateGroupRequest. getDefaultInstanceForType()static CreateGroupRequestCreateGroupRequest. parseDelimitedFrom(InputStream input)static CreateGroupRequestCreateGroupRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateGroupRequestCreateGroupRequest. parseFrom(byte[] data)static CreateGroupRequestCreateGroupRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateGroupRequestCreateGroupRequest. parseFrom(com.google.protobuf.ByteString data)static CreateGroupRequestCreateGroupRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateGroupRequestCreateGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateGroupRequestCreateGroupRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateGroupRequestCreateGroupRequest. parseFrom(InputStream input)static CreateGroupRequestCreateGroupRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateGroupRequestCreateGroupRequest. parseFrom(ByteBuffer data)static CreateGroupRequestCreateGroupRequest. 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 voidGroupServiceGrpc.AsyncService. createGroup(CreateGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)Creates a new group.GroupGroupServiceGrpc.GroupServiceBlockingStub. createGroup(CreateGroupRequest request)Creates a new group.com.google.common.util.concurrent.ListenableFuture<Group>GroupServiceGrpc.GroupServiceFutureStub. createGroup(CreateGroupRequest request)Creates a new group.voidGroupServiceGrpc.GroupServiceStub. createGroup(CreateGroupRequest request, io.grpc.stub.StreamObserver<Group> responseObserver)Creates a new group.CreateGroupRequest.BuilderCreateGroupRequest.Builder. mergeFrom(CreateGroupRequest other)static CreateGroupRequest.BuilderCreateGroupRequest. newBuilder(CreateGroupRequest prototype)
-