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