Uses of Class
com.google.monitoring.v3.CreateServiceLevelObjectiveRequest
-
Packages that use CreateServiceLevelObjectiveRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of CreateServiceLevelObjectiveRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type CreateServiceLevelObjectiveRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateServiceLevelObjectiveRequest,ServiceLevelObjective>
ServiceMonitoringServiceClient. createServiceLevelObjectiveCallable()
Create a `ServiceLevelObjective` for the given `Service`.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateServiceLevelObjectiveRequest,ServiceLevelObjective>
ServiceMonitoringServiceSettings.Builder. createServiceLevelObjectiveSettings()
Returns the builder for the settings used for calls to createServiceLevelObjective.com.google.api.gax.rpc.UnaryCallSettings<CreateServiceLevelObjectiveRequest,ServiceLevelObjective>
ServiceMonitoringServiceSettings. createServiceLevelObjectiveSettings()
Returns the object with the settings used for calls to createServiceLevelObjective.Methods in com.google.cloud.monitoring.v3 with parameters of type CreateServiceLevelObjectiveRequest Modifier and Type Method Description ServiceLevelObjective
ServiceMonitoringServiceClient. createServiceLevelObjective(CreateServiceLevelObjectiveRequest request)
Create a `ServiceLevelObjective` for the given `Service`. -
Uses of CreateServiceLevelObjectiveRequest in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type CreateServiceLevelObjectiveRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateServiceLevelObjectiveRequest,ServiceLevelObjective>
GrpcServiceMonitoringServiceStub. createServiceLevelObjectiveCallable()
com.google.api.gax.rpc.UnaryCallable<CreateServiceLevelObjectiveRequest,ServiceLevelObjective>
ServiceMonitoringServiceStub. createServiceLevelObjectiveCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateServiceLevelObjectiveRequest,ServiceLevelObjective>
ServiceMonitoringServiceStubSettings.Builder. createServiceLevelObjectiveSettings()
Returns the builder for the settings used for calls to createServiceLevelObjective.com.google.api.gax.rpc.UnaryCallSettings<CreateServiceLevelObjectiveRequest,ServiceLevelObjective>
ServiceMonitoringServiceStubSettings. createServiceLevelObjectiveSettings()
Returns the object with the settings used for calls to createServiceLevelObjective. -
Uses of CreateServiceLevelObjectiveRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return CreateServiceLevelObjectiveRequest Modifier and Type Method Description CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest.Builder. build()
CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest.Builder. buildPartial()
static CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest. getDefaultInstance()
CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest.Builder. getDefaultInstanceForType()
CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest. getDefaultInstanceForType()
static CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest. parseDelimitedFrom(InputStream input)
static CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest. parseFrom(byte[] data)
static CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest. parseFrom(InputStream input)
static CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest. parseFrom(ByteBuffer data)
static CreateServiceLevelObjectiveRequest
CreateServiceLevelObjectiveRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type CreateServiceLevelObjectiveRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CreateServiceLevelObjectiveRequest,ServiceLevelObjective>
ServiceMonitoringServiceGrpc. getCreateServiceLevelObjectiveMethod()
com.google.protobuf.Parser<CreateServiceLevelObjectiveRequest>
CreateServiceLevelObjectiveRequest. getParserForType()
static com.google.protobuf.Parser<CreateServiceLevelObjectiveRequest>
CreateServiceLevelObjectiveRequest. parser()
Methods in com.google.monitoring.v3 with parameters of type CreateServiceLevelObjectiveRequest Modifier and Type Method Description default void
ServiceMonitoringServiceGrpc.AsyncService. createServiceLevelObjective(CreateServiceLevelObjectiveRequest request, io.grpc.stub.StreamObserver<ServiceLevelObjective> responseObserver)
Create a `ServiceLevelObjective` for the given `Service`.ServiceLevelObjective
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceBlockingStub. createServiceLevelObjective(CreateServiceLevelObjectiveRequest request)
Create a `ServiceLevelObjective` for the given `Service`.com.google.common.util.concurrent.ListenableFuture<ServiceLevelObjective>
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceFutureStub. createServiceLevelObjective(CreateServiceLevelObjectiveRequest request)
Create a `ServiceLevelObjective` for the given `Service`.void
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceStub. createServiceLevelObjective(CreateServiceLevelObjectiveRequest request, io.grpc.stub.StreamObserver<ServiceLevelObjective> responseObserver)
Create a `ServiceLevelObjective` for the given `Service`.CreateServiceLevelObjectiveRequest.Builder
CreateServiceLevelObjectiveRequest.Builder. mergeFrom(CreateServiceLevelObjectiveRequest other)
static CreateServiceLevelObjectiveRequest.Builder
CreateServiceLevelObjectiveRequest. newBuilder(CreateServiceLevelObjectiveRequest prototype)
-