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 ServiceLevelObjectiveServiceMonitoringServiceClient. 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 CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest.Builder. build()CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest.Builder. buildPartial()static CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest. getDefaultInstance()CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest.Builder. getDefaultInstanceForType()CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest. getDefaultInstanceForType()static CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest. parseDelimitedFrom(InputStream input)static CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest. parseFrom(byte[] data)static CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.ByteString data)static CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest. parseFrom(InputStream input)static CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest. parseFrom(ByteBuffer data)static CreateServiceLevelObjectiveRequestCreateServiceLevelObjectiveRequest. 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 voidServiceMonitoringServiceGrpc.AsyncService. createServiceLevelObjective(CreateServiceLevelObjectiveRequest request, io.grpc.stub.StreamObserver<ServiceLevelObjective> responseObserver)Create a `ServiceLevelObjective` for the given `Service`.ServiceLevelObjectiveServiceMonitoringServiceGrpc.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`.voidServiceMonitoringServiceGrpc.ServiceMonitoringServiceStub. createServiceLevelObjective(CreateServiceLevelObjectiveRequest request, io.grpc.stub.StreamObserver<ServiceLevelObjective> responseObserver)Create a `ServiceLevelObjective` for the given `Service`.CreateServiceLevelObjectiveRequest.BuilderCreateServiceLevelObjectiveRequest.Builder. mergeFrom(CreateServiceLevelObjectiveRequest other)static CreateServiceLevelObjectiveRequest.BuilderCreateServiceLevelObjectiveRequest. newBuilder(CreateServiceLevelObjectiveRequest prototype)
-