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