diff --git a/java/grpc-google-cloud-monitoring-v3/0.1.15/apidocs/allclasses-frame.html b/java/grpc-google-cloud-monitoring-v3/0.1.15/apidocs/allclasses-frame.html new file mode 100644 index 0000000000..fcce7315dd --- /dev/null +++ b/java/grpc-google-cloud-monitoring-v3/0.1.15/apidocs/allclasses-frame.html @@ -0,0 +1,28 @@ + + + +
+ +public static final class GroupServiceGrpc.GroupServiceBlockingStub +extends io.grpc.stub.AbstractStub<GroupServiceGrpc.GroupServiceBlockingStub>+
+ The Group API lets you inspect and manage your + [groups](google.monitoring.v3.Group). + A group is a named filter that is used to identify + a collection of monitored resources. Groups are typically used to + mirror the physical and/or logical topology of the environment. + Because group membership is computed dynamically, monitored + resources that are started in the future are automatically placed + in matching groups. By using a group to name monitored resources in, + for example, an alert policy, the target of that alert policy is + updated automatically as monitored resources are added and removed + from the infrastructure. +
| Modifier and Type | +Method and Description | +
|---|---|
protected GroupServiceGrpc.GroupServiceBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.monitoring.v3.Group |
+createGroup(com.google.monitoring.v3.CreateGroupRequest request)
+
+ Creates a new group.
+ |
+
com.google.protobuf.Empty |
+deleteGroup(com.google.monitoring.v3.DeleteGroupRequest request)
+
+ Deletes an existing group.
+ |
+
com.google.monitoring.v3.Group |
+getGroup(com.google.monitoring.v3.GetGroupRequest request)
+
+ Gets a single group.
+ |
+
com.google.monitoring.v3.ListGroupMembersResponse |
+listGroupMembers(com.google.monitoring.v3.ListGroupMembersRequest request)
+
+ Lists the monitored resources that are members of a group.
+ |
+
com.google.monitoring.v3.ListGroupsResponse |
+listGroups(com.google.monitoring.v3.ListGroupsRequest request)
+
+ Lists the existing groups.
+ |
+
com.google.monitoring.v3.Group |
+updateGroup(com.google.monitoring.v3.UpdateGroupRequest request)
+
+ Updates an existing group.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected GroupServiceGrpc.GroupServiceBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<GroupServiceGrpc.GroupServiceBlockingStub>public com.google.monitoring.v3.ListGroupsResponse listGroups(com.google.monitoring.v3.ListGroupsRequest request)+
+ Lists the existing groups. +
public com.google.monitoring.v3.Group getGroup(com.google.monitoring.v3.GetGroupRequest request)+
+ Gets a single group. +
public com.google.monitoring.v3.Group createGroup(com.google.monitoring.v3.CreateGroupRequest request)+
+ Creates a new group. +
public com.google.monitoring.v3.Group updateGroup(com.google.monitoring.v3.UpdateGroupRequest request)+
+ Updates an existing group. + You can change any group attributes except `name`. +
public com.google.protobuf.Empty deleteGroup(com.google.monitoring.v3.DeleteGroupRequest request)+
+ Deletes an existing group. +
public com.google.monitoring.v3.ListGroupMembersResponse listGroupMembers(com.google.monitoring.v3.ListGroupMembersRequest request)+
+ Lists the monitored resources that are members of a group. +
public static final class GroupServiceGrpc.GroupServiceFutureStub +extends io.grpc.stub.AbstractStub<GroupServiceGrpc.GroupServiceFutureStub>+
+ The Group API lets you inspect and manage your + [groups](google.monitoring.v3.Group). + A group is a named filter that is used to identify + a collection of monitored resources. Groups are typically used to + mirror the physical and/or logical topology of the environment. + Because group membership is computed dynamically, monitored + resources that are started in the future are automatically placed + in matching groups. By using a group to name monitored resources in, + for example, an alert policy, the target of that alert policy is + updated automatically as monitored resources are added and removed + from the infrastructure. +
| Modifier and Type | +Method and Description | +
|---|---|
protected GroupServiceGrpc.GroupServiceFutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.Group> |
+createGroup(com.google.monitoring.v3.CreateGroupRequest request)
+
+ Creates a new group.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
+deleteGroup(com.google.monitoring.v3.DeleteGroupRequest request)
+
+ Deletes an existing group.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.Group> |
+getGroup(com.google.monitoring.v3.GetGroupRequest request)
+
+ Gets a single group.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.ListGroupMembersResponse> |
+listGroupMembers(com.google.monitoring.v3.ListGroupMembersRequest request)
+
+ Lists the monitored resources that are members of a group.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.ListGroupsResponse> |
+listGroups(com.google.monitoring.v3.ListGroupsRequest request)
+
+ Lists the existing groups.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.Group> |
+updateGroup(com.google.monitoring.v3.UpdateGroupRequest request)
+
+ Updates an existing group.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected GroupServiceGrpc.GroupServiceFutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<GroupServiceGrpc.GroupServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.ListGroupsResponse> listGroups(com.google.monitoring.v3.ListGroupsRequest request)+
+ Lists the existing groups. +
public com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.Group> getGroup(com.google.monitoring.v3.GetGroupRequest request)+
+ Gets a single group. +
public com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.Group> createGroup(com.google.monitoring.v3.CreateGroupRequest request)+
+ Creates a new group. +
public com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.Group> updateGroup(com.google.monitoring.v3.UpdateGroupRequest request)+
+ Updates an existing group. + You can change any group attributes except `name`. +
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteGroup(com.google.monitoring.v3.DeleteGroupRequest request)+
+ Deletes an existing group. +
public com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.ListGroupMembersResponse> listGroupMembers(com.google.monitoring.v3.ListGroupMembersRequest request)+
+ Lists the monitored resources that are members of a group. +
public abstract static class GroupServiceGrpc.GroupServiceImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ The Group API lets you inspect and manage your + [groups](google.monitoring.v3.Group). + A group is a named filter that is used to identify + a collection of monitored resources. Groups are typically used to + mirror the physical and/or logical topology of the environment. + Because group membership is computed dynamically, monitored + resources that are started in the future are automatically placed + in matching groups. By using a group to name monitored resources in, + for example, an alert policy, the target of that alert policy is + updated automatically as monitored resources are added and removed + from the infrastructure. +
| Constructor and Description | +
|---|
GroupServiceImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+createGroup(com.google.monitoring.v3.CreateGroupRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.Group> responseObserver)
+
+ Creates a new group.
+ |
+
void |
+deleteGroup(com.google.monitoring.v3.DeleteGroupRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Deletes an existing group.
+ |
+
void |
+getGroup(com.google.monitoring.v3.GetGroupRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.Group> responseObserver)
+
+ Gets a single group.
+ |
+
void |
+listGroupMembers(com.google.monitoring.v3.ListGroupMembersRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListGroupMembersResponse> responseObserver)
+
+ Lists the monitored resources that are members of a group.
+ |
+
void |
+listGroups(com.google.monitoring.v3.ListGroupsRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListGroupsResponse> responseObserver)
+
+ Lists the existing groups.
+ |
+
void |
+updateGroup(com.google.monitoring.v3.UpdateGroupRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.Group> responseObserver)
+
+ Updates an existing group.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void listGroups(com.google.monitoring.v3.ListGroupsRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListGroupsResponse> responseObserver)+
+ Lists the existing groups. +
public void getGroup(com.google.monitoring.v3.GetGroupRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.Group> responseObserver)+
+ Gets a single group. +
public void createGroup(com.google.monitoring.v3.CreateGroupRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.Group> responseObserver)+
+ Creates a new group. +
public void updateGroup(com.google.monitoring.v3.UpdateGroupRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.Group> responseObserver)+
+ Updates an existing group. + You can change any group attributes except `name`. +
public void deleteGroup(com.google.monitoring.v3.DeleteGroupRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Deletes an existing group. +
public void listGroupMembers(com.google.monitoring.v3.ListGroupMembersRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListGroupMembersResponse> responseObserver)+
+ Lists the monitored resources that are members of a group. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class GroupServiceGrpc.GroupServiceStub +extends io.grpc.stub.AbstractStub<GroupServiceGrpc.GroupServiceStub>+
+ The Group API lets you inspect and manage your + [groups](google.monitoring.v3.Group). + A group is a named filter that is used to identify + a collection of monitored resources. Groups are typically used to + mirror the physical and/or logical topology of the environment. + Because group membership is computed dynamically, monitored + resources that are started in the future are automatically placed + in matching groups. By using a group to name monitored resources in, + for example, an alert policy, the target of that alert policy is + updated automatically as monitored resources are added and removed + from the infrastructure. +
| Modifier and Type | +Method and Description | +
|---|---|
protected GroupServiceGrpc.GroupServiceStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+createGroup(com.google.monitoring.v3.CreateGroupRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.Group> responseObserver)
+
+ Creates a new group.
+ |
+
void |
+deleteGroup(com.google.monitoring.v3.DeleteGroupRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Deletes an existing group.
+ |
+
void |
+getGroup(com.google.monitoring.v3.GetGroupRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.Group> responseObserver)
+
+ Gets a single group.
+ |
+
void |
+listGroupMembers(com.google.monitoring.v3.ListGroupMembersRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListGroupMembersResponse> responseObserver)
+
+ Lists the monitored resources that are members of a group.
+ |
+
void |
+listGroups(com.google.monitoring.v3.ListGroupsRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListGroupsResponse> responseObserver)
+
+ Lists the existing groups.
+ |
+
void |
+updateGroup(com.google.monitoring.v3.UpdateGroupRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.Group> responseObserver)
+
+ Updates an existing group.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected GroupServiceGrpc.GroupServiceStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<GroupServiceGrpc.GroupServiceStub>public void listGroups(com.google.monitoring.v3.ListGroupsRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListGroupsResponse> responseObserver)+
+ Lists the existing groups. +
public void getGroup(com.google.monitoring.v3.GetGroupRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.Group> responseObserver)+
+ Gets a single group. +
public void createGroup(com.google.monitoring.v3.CreateGroupRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.Group> responseObserver)+
+ Creates a new group. +
public void updateGroup(com.google.monitoring.v3.UpdateGroupRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.Group> responseObserver)+
+ Updates an existing group. + You can change any group attributes except `name`. +
public void deleteGroup(com.google.monitoring.v3.DeleteGroupRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Deletes an existing group. +
public void listGroupMembers(com.google.monitoring.v3.ListGroupMembersRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListGroupMembersResponse> responseObserver)+
+ Lists the monitored resources that are members of a group. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/monitoring/v3/group_service.proto")
+public final class GroupServiceGrpc
+extends java.lang.Object
++ The Group API lets you inspect and manage your + [groups](google.monitoring.v3.Group). + A group is a named filter that is used to identify + a collection of monitored resources. Groups are typically used to + mirror the physical and/or logical topology of the environment. + Because group membership is computed dynamically, monitored + resources that are started in the future are automatically placed + in matching groups. By using a group to name monitored resources in, + for example, an alert policy, the target of that alert policy is + updated automatically as monitored resources are added and removed + from the infrastructure. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+GroupServiceGrpc.GroupServiceBlockingStub
+
+ The Group API lets you inspect and manage your
+ [groups](google.monitoring.v3.Group).
+ |
+
static class |
+GroupServiceGrpc.GroupServiceFutureStub
+
+ The Group API lets you inspect and manage your
+ [groups](google.monitoring.v3.Group).
+ |
+
static class |
+GroupServiceGrpc.GroupServiceImplBase
+
+ The Group API lets you inspect and manage your
+ [groups](google.monitoring.v3.Group).
+ |
+
static class |
+GroupServiceGrpc.GroupServiceStub
+
+ The Group API lets you inspect and manage your
+ [groups](google.monitoring.v3.Group).
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.monitoring.v3.CreateGroupRequest,com.google.monitoring.v3.Group> |
+METHOD_CREATE_GROUP |
+
static io.grpc.MethodDescriptor<com.google.monitoring.v3.DeleteGroupRequest,com.google.protobuf.Empty> |
+METHOD_DELETE_GROUP |
+
static io.grpc.MethodDescriptor<com.google.monitoring.v3.GetGroupRequest,com.google.monitoring.v3.Group> |
+METHOD_GET_GROUP |
+
static io.grpc.MethodDescriptor<com.google.monitoring.v3.ListGroupMembersRequest,com.google.monitoring.v3.ListGroupMembersResponse> |
+METHOD_LIST_GROUP_MEMBERS |
+
static io.grpc.MethodDescriptor<com.google.monitoring.v3.ListGroupsRequest,com.google.monitoring.v3.ListGroupsResponse> |
+METHOD_LIST_GROUPS |
+
static io.grpc.MethodDescriptor<com.google.monitoring.v3.UpdateGroupRequest,com.google.monitoring.v3.Group> |
+METHOD_UPDATE_GROUP |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static GroupServiceGrpc.GroupServiceBlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static GroupServiceGrpc.GroupServiceFutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static GroupServiceGrpc.GroupServiceStub |
+newStub(io.grpc.Channel channel)
+Creates a new async stub that supports all call types for the service
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.monitoring.v3.ListGroupsRequest,com.google.monitoring.v3.ListGroupsResponse> METHOD_LIST_GROUPS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.monitoring.v3.GetGroupRequest,com.google.monitoring.v3.Group> METHOD_GET_GROUP+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.monitoring.v3.CreateGroupRequest,com.google.monitoring.v3.Group> METHOD_CREATE_GROUP+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.monitoring.v3.UpdateGroupRequest,com.google.monitoring.v3.Group> METHOD_UPDATE_GROUP+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.monitoring.v3.DeleteGroupRequest,com.google.protobuf.Empty> METHOD_DELETE_GROUP+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.monitoring.v3.ListGroupMembersRequest,com.google.monitoring.v3.ListGroupMembersResponse> METHOD_LIST_GROUP_MEMBERS+
public static GroupServiceGrpc.GroupServiceStub newStub(io.grpc.Channel channel)+
public static GroupServiceGrpc.GroupServiceBlockingStub newBlockingStub(io.grpc.Channel channel)+
public static GroupServiceGrpc.GroupServiceFutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
public static final class MetricServiceGrpc.MetricServiceBlockingStub +extends io.grpc.stub.AbstractStub<MetricServiceGrpc.MetricServiceBlockingStub>+
+ Manages metric descriptors, monitored resource descriptors, and + time series data. +
| Modifier and Type | +Method and Description | +
|---|---|
protected MetricServiceGrpc.MetricServiceBlockingStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.api.MetricDescriptor |
+createMetricDescriptor(com.google.monitoring.v3.CreateMetricDescriptorRequest request)
+
+ Creates a new metric descriptor.
+ |
+
com.google.protobuf.Empty |
+createTimeSeries(com.google.monitoring.v3.CreateTimeSeriesRequest request)
+
+ Creates or adds data to one or more time series.
+ |
+
com.google.protobuf.Empty |
+deleteMetricDescriptor(com.google.monitoring.v3.DeleteMetricDescriptorRequest request)
+
+ Deletes a metric descriptor.
+ |
+
com.google.api.MetricDescriptor |
+getMetricDescriptor(com.google.monitoring.v3.GetMetricDescriptorRequest request)
+
+ Gets a single metric descriptor.
+ |
+
com.google.api.MonitoredResourceDescriptor |
+getMonitoredResourceDescriptor(com.google.monitoring.v3.GetMonitoredResourceDescriptorRequest request)
+
+ Gets a single monitored resource descriptor.
+ |
+
com.google.monitoring.v3.ListMetricDescriptorsResponse |
+listMetricDescriptors(com.google.monitoring.v3.ListMetricDescriptorsRequest request)
+
+ Lists metric descriptors that match a filter.
+ |
+
com.google.monitoring.v3.ListMonitoredResourceDescriptorsResponse |
+listMonitoredResourceDescriptors(com.google.monitoring.v3.ListMonitoredResourceDescriptorsRequest request)
+
+ Lists monitored resource descriptors that match a filter.
+ |
+
com.google.monitoring.v3.ListTimeSeriesResponse |
+listTimeSeries(com.google.monitoring.v3.ListTimeSeriesRequest request)
+
+ Lists time series that match a filter.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected MetricServiceGrpc.MetricServiceBlockingStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<MetricServiceGrpc.MetricServiceBlockingStub>public com.google.monitoring.v3.ListMonitoredResourceDescriptorsResponse listMonitoredResourceDescriptors(com.google.monitoring.v3.ListMonitoredResourceDescriptorsRequest request)+
+ Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account. +
public com.google.api.MonitoredResourceDescriptor getMonitoredResourceDescriptor(com.google.monitoring.v3.GetMonitoredResourceDescriptorRequest request)+
+ Gets a single monitored resource descriptor. This method does not require a Stackdriver account. +
public com.google.monitoring.v3.ListMetricDescriptorsResponse listMetricDescriptors(com.google.monitoring.v3.ListMetricDescriptorsRequest request)+
+ Lists metric descriptors that match a filter. This method does not require a Stackdriver account. +
public com.google.api.MetricDescriptor getMetricDescriptor(com.google.monitoring.v3.GetMetricDescriptorRequest request)+
+ Gets a single metric descriptor. This method does not require a Stackdriver account. +
public com.google.api.MetricDescriptor createMetricDescriptor(com.google.monitoring.v3.CreateMetricDescriptorRequest request)+
+ Creates a new metric descriptor. + User-created metric descriptors define + [custom metrics](/monitoring/custom-metrics). +
public com.google.protobuf.Empty deleteMetricDescriptor(com.google.monitoring.v3.DeleteMetricDescriptorRequest request)+
+ Deletes a metric descriptor. Only user-created + [custom metrics](/monitoring/custom-metrics) can be deleted. +
public com.google.monitoring.v3.ListTimeSeriesResponse listTimeSeries(com.google.monitoring.v3.ListTimeSeriesRequest request)+
+ Lists time series that match a filter. This method does not require a Stackdriver account. +
public com.google.protobuf.Empty createTimeSeries(com.google.monitoring.v3.CreateTimeSeriesRequest request)+
+ Creates or adds data to one or more time series. + The response is empty if all time series in the request were written. + If any time series could not be written, a corresponding failure message is + included in the error response. +
public static final class MetricServiceGrpc.MetricServiceFutureStub +extends io.grpc.stub.AbstractStub<MetricServiceGrpc.MetricServiceFutureStub>+
+ Manages metric descriptors, monitored resource descriptors, and + time series data. +
| Modifier and Type | +Method and Description | +
|---|---|
protected MetricServiceGrpc.MetricServiceFutureStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
com.google.common.util.concurrent.ListenableFuture<com.google.api.MetricDescriptor> |
+createMetricDescriptor(com.google.monitoring.v3.CreateMetricDescriptorRequest request)
+
+ Creates a new metric descriptor.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
+createTimeSeries(com.google.monitoring.v3.CreateTimeSeriesRequest request)
+
+ Creates or adds data to one or more time series.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
+deleteMetricDescriptor(com.google.monitoring.v3.DeleteMetricDescriptorRequest request)
+
+ Deletes a metric descriptor.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.api.MetricDescriptor> |
+getMetricDescriptor(com.google.monitoring.v3.GetMetricDescriptorRequest request)
+
+ Gets a single metric descriptor.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.api.MonitoredResourceDescriptor> |
+getMonitoredResourceDescriptor(com.google.monitoring.v3.GetMonitoredResourceDescriptorRequest request)
+
+ Gets a single monitored resource descriptor.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.ListMetricDescriptorsResponse> |
+listMetricDescriptors(com.google.monitoring.v3.ListMetricDescriptorsRequest request)
+
+ Lists metric descriptors that match a filter.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.ListMonitoredResourceDescriptorsResponse> |
+listMonitoredResourceDescriptors(com.google.monitoring.v3.ListMonitoredResourceDescriptorsRequest request)
+
+ Lists monitored resource descriptors that match a filter.
+ |
+
com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.ListTimeSeriesResponse> |
+listTimeSeries(com.google.monitoring.v3.ListTimeSeriesRequest request)
+
+ Lists time series that match a filter.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected MetricServiceGrpc.MetricServiceFutureStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<MetricServiceGrpc.MetricServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.ListMonitoredResourceDescriptorsResponse> listMonitoredResourceDescriptors(com.google.monitoring.v3.ListMonitoredResourceDescriptorsRequest request)+
+ Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account. +
public com.google.common.util.concurrent.ListenableFuture<com.google.api.MonitoredResourceDescriptor> getMonitoredResourceDescriptor(com.google.monitoring.v3.GetMonitoredResourceDescriptorRequest request)+
+ Gets a single monitored resource descriptor. This method does not require a Stackdriver account. +
public com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.ListMetricDescriptorsResponse> listMetricDescriptors(com.google.monitoring.v3.ListMetricDescriptorsRequest request)+
+ Lists metric descriptors that match a filter. This method does not require a Stackdriver account. +
public com.google.common.util.concurrent.ListenableFuture<com.google.api.MetricDescriptor> getMetricDescriptor(com.google.monitoring.v3.GetMetricDescriptorRequest request)+
+ Gets a single metric descriptor. This method does not require a Stackdriver account. +
public com.google.common.util.concurrent.ListenableFuture<com.google.api.MetricDescriptor> createMetricDescriptor(com.google.monitoring.v3.CreateMetricDescriptorRequest request)+
+ Creates a new metric descriptor. + User-created metric descriptors define + [custom metrics](/monitoring/custom-metrics). +
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> deleteMetricDescriptor(com.google.monitoring.v3.DeleteMetricDescriptorRequest request)+
+ Deletes a metric descriptor. Only user-created + [custom metrics](/monitoring/custom-metrics) can be deleted. +
public com.google.common.util.concurrent.ListenableFuture<com.google.monitoring.v3.ListTimeSeriesResponse> listTimeSeries(com.google.monitoring.v3.ListTimeSeriesRequest request)+
+ Lists time series that match a filter. This method does not require a Stackdriver account. +
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> createTimeSeries(com.google.monitoring.v3.CreateTimeSeriesRequest request)+
+ Creates or adds data to one or more time series. + The response is empty if all time series in the request were written. + If any time series could not be written, a corresponding failure message is + included in the error response. +
public abstract static class MetricServiceGrpc.MetricServiceImplBase
+extends java.lang.Object
+implements io.grpc.BindableService
++ Manages metric descriptors, monitored resource descriptors, and + time series data. +
| Constructor and Description | +
|---|
MetricServiceImplBase() |
+
| Modifier and Type | +Method and Description | +
|---|---|
io.grpc.ServerServiceDefinition |
+bindService() |
+
void |
+createMetricDescriptor(com.google.monitoring.v3.CreateMetricDescriptorRequest request,
+ io.grpc.stub.StreamObserver<com.google.api.MetricDescriptor> responseObserver)
+
+ Creates a new metric descriptor.
+ |
+
void |
+createTimeSeries(com.google.monitoring.v3.CreateTimeSeriesRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Creates or adds data to one or more time series.
+ |
+
void |
+deleteMetricDescriptor(com.google.monitoring.v3.DeleteMetricDescriptorRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Deletes a metric descriptor.
+ |
+
void |
+getMetricDescriptor(com.google.monitoring.v3.GetMetricDescriptorRequest request,
+ io.grpc.stub.StreamObserver<com.google.api.MetricDescriptor> responseObserver)
+
+ Gets a single metric descriptor.
+ |
+
void |
+getMonitoredResourceDescriptor(com.google.monitoring.v3.GetMonitoredResourceDescriptorRequest request,
+ io.grpc.stub.StreamObserver<com.google.api.MonitoredResourceDescriptor> responseObserver)
+
+ Gets a single monitored resource descriptor.
+ |
+
void |
+listMetricDescriptors(com.google.monitoring.v3.ListMetricDescriptorsRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListMetricDescriptorsResponse> responseObserver)
+
+ Lists metric descriptors that match a filter.
+ |
+
void |
+listMonitoredResourceDescriptors(com.google.monitoring.v3.ListMonitoredResourceDescriptorsRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListMonitoredResourceDescriptorsResponse> responseObserver)
+
+ Lists monitored resource descriptors that match a filter.
+ |
+
void |
+listTimeSeries(com.google.monitoring.v3.ListTimeSeriesRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListTimeSeriesResponse> responseObserver)
+
+ Lists time series that match a filter.
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void listMonitoredResourceDescriptors(com.google.monitoring.v3.ListMonitoredResourceDescriptorsRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListMonitoredResourceDescriptorsResponse> responseObserver)+
+ Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account. +
public void getMonitoredResourceDescriptor(com.google.monitoring.v3.GetMonitoredResourceDescriptorRequest request, + io.grpc.stub.StreamObserver<com.google.api.MonitoredResourceDescriptor> responseObserver)+
+ Gets a single monitored resource descriptor. This method does not require a Stackdriver account. +
public void listMetricDescriptors(com.google.monitoring.v3.ListMetricDescriptorsRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListMetricDescriptorsResponse> responseObserver)+
+ Lists metric descriptors that match a filter. This method does not require a Stackdriver account. +
public void getMetricDescriptor(com.google.monitoring.v3.GetMetricDescriptorRequest request, + io.grpc.stub.StreamObserver<com.google.api.MetricDescriptor> responseObserver)+
+ Gets a single metric descriptor. This method does not require a Stackdriver account. +
public void createMetricDescriptor(com.google.monitoring.v3.CreateMetricDescriptorRequest request, + io.grpc.stub.StreamObserver<com.google.api.MetricDescriptor> responseObserver)+
+ Creates a new metric descriptor. + User-created metric descriptors define + [custom metrics](/monitoring/custom-metrics). +
public void deleteMetricDescriptor(com.google.monitoring.v3.DeleteMetricDescriptorRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Deletes a metric descriptor. Only user-created + [custom metrics](/monitoring/custom-metrics) can be deleted. +
public void listTimeSeries(com.google.monitoring.v3.ListTimeSeriesRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListTimeSeriesResponse> responseObserver)+
+ Lists time series that match a filter. This method does not require a Stackdriver account. +
public void createTimeSeries(com.google.monitoring.v3.CreateTimeSeriesRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Creates or adds data to one or more time series. + The response is empty if all time series in the request were written. + If any time series could not be written, a corresponding failure message is + included in the error response. +
public final io.grpc.ServerServiceDefinition bindService()+
bindService in interface io.grpc.BindableServicepublic static final class MetricServiceGrpc.MetricServiceStub +extends io.grpc.stub.AbstractStub<MetricServiceGrpc.MetricServiceStub>+
+ Manages metric descriptors, monitored resource descriptors, and + time series data. +
| Modifier and Type | +Method and Description | +
|---|---|
protected MetricServiceGrpc.MetricServiceStub |
+build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) |
+
void |
+createMetricDescriptor(com.google.monitoring.v3.CreateMetricDescriptorRequest request,
+ io.grpc.stub.StreamObserver<com.google.api.MetricDescriptor> responseObserver)
+
+ Creates a new metric descriptor.
+ |
+
void |
+createTimeSeries(com.google.monitoring.v3.CreateTimeSeriesRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Creates or adds data to one or more time series.
+ |
+
void |
+deleteMetricDescriptor(com.google.monitoring.v3.DeleteMetricDescriptorRequest request,
+ io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
+
+ Deletes a metric descriptor.
+ |
+
void |
+getMetricDescriptor(com.google.monitoring.v3.GetMetricDescriptorRequest request,
+ io.grpc.stub.StreamObserver<com.google.api.MetricDescriptor> responseObserver)
+
+ Gets a single metric descriptor.
+ |
+
void |
+getMonitoredResourceDescriptor(com.google.monitoring.v3.GetMonitoredResourceDescriptorRequest request,
+ io.grpc.stub.StreamObserver<com.google.api.MonitoredResourceDescriptor> responseObserver)
+
+ Gets a single monitored resource descriptor.
+ |
+
void |
+listMetricDescriptors(com.google.monitoring.v3.ListMetricDescriptorsRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListMetricDescriptorsResponse> responseObserver)
+
+ Lists metric descriptors that match a filter.
+ |
+
void |
+listMonitoredResourceDescriptors(com.google.monitoring.v3.ListMonitoredResourceDescriptorsRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListMonitoredResourceDescriptorsResponse> responseObserver)
+
+ Lists monitored resource descriptors that match a filter.
+ |
+
void |
+listTimeSeries(com.google.monitoring.v3.ListTimeSeriesRequest request,
+ io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListTimeSeriesResponse> responseObserver)
+
+ Lists time series that match a filter.
+ |
+
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected MetricServiceGrpc.MetricServiceStub build(io.grpc.Channel channel, + io.grpc.CallOptions callOptions)+
build in class io.grpc.stub.AbstractStub<MetricServiceGrpc.MetricServiceStub>public void listMonitoredResourceDescriptors(com.google.monitoring.v3.ListMonitoredResourceDescriptorsRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListMonitoredResourceDescriptorsResponse> responseObserver)+
+ Lists monitored resource descriptors that match a filter. This method does not require a Stackdriver account. +
public void getMonitoredResourceDescriptor(com.google.monitoring.v3.GetMonitoredResourceDescriptorRequest request, + io.grpc.stub.StreamObserver<com.google.api.MonitoredResourceDescriptor> responseObserver)+
+ Gets a single monitored resource descriptor. This method does not require a Stackdriver account. +
public void listMetricDescriptors(com.google.monitoring.v3.ListMetricDescriptorsRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListMetricDescriptorsResponse> responseObserver)+
+ Lists metric descriptors that match a filter. This method does not require a Stackdriver account. +
public void getMetricDescriptor(com.google.monitoring.v3.GetMetricDescriptorRequest request, + io.grpc.stub.StreamObserver<com.google.api.MetricDescriptor> responseObserver)+
+ Gets a single metric descriptor. This method does not require a Stackdriver account. +
public void createMetricDescriptor(com.google.monitoring.v3.CreateMetricDescriptorRequest request, + io.grpc.stub.StreamObserver<com.google.api.MetricDescriptor> responseObserver)+
+ Creates a new metric descriptor. + User-created metric descriptors define + [custom metrics](/monitoring/custom-metrics). +
public void deleteMetricDescriptor(com.google.monitoring.v3.DeleteMetricDescriptorRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Deletes a metric descriptor. Only user-created + [custom metrics](/monitoring/custom-metrics) can be deleted. +
public void listTimeSeries(com.google.monitoring.v3.ListTimeSeriesRequest request, + io.grpc.stub.StreamObserver<com.google.monitoring.v3.ListTimeSeriesResponse> responseObserver)+
+ Lists time series that match a filter. This method does not require a Stackdriver account. +
public void createTimeSeries(com.google.monitoring.v3.CreateTimeSeriesRequest request, + io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)+
+ Creates or adds data to one or more time series. + The response is empty if all time series in the request were written. + If any time series could not be written, a corresponding failure message is + included in the error response. +
@Generated(value="by gRPC proto compiler (version 1.2.0)",
+ comments="Source: google/monitoring/v3/metric_service.proto")
+public final class MetricServiceGrpc
+extends java.lang.Object
++ Manages metric descriptors, monitored resource descriptors, and + time series data. +
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+MetricServiceGrpc.MetricServiceBlockingStub
+
+ Manages metric descriptors, monitored resource descriptors, and
+ time series data.
+ |
+
static class |
+MetricServiceGrpc.MetricServiceFutureStub
+
+ Manages metric descriptors, monitored resource descriptors, and
+ time series data.
+ |
+
static class |
+MetricServiceGrpc.MetricServiceImplBase
+
+ Manages metric descriptors, monitored resource descriptors, and
+ time series data.
+ |
+
static class |
+MetricServiceGrpc.MetricServiceStub
+
+ Manages metric descriptors, monitored resource descriptors, and
+ time series data.
+ |
+
| Modifier and Type | +Field and Description | +
|---|---|
static io.grpc.MethodDescriptor<com.google.monitoring.v3.CreateMetricDescriptorRequest,com.google.api.MetricDescriptor> |
+METHOD_CREATE_METRIC_DESCRIPTOR |
+
static io.grpc.MethodDescriptor<com.google.monitoring.v3.CreateTimeSeriesRequest,com.google.protobuf.Empty> |
+METHOD_CREATE_TIME_SERIES |
+
static io.grpc.MethodDescriptor<com.google.monitoring.v3.DeleteMetricDescriptorRequest,com.google.protobuf.Empty> |
+METHOD_DELETE_METRIC_DESCRIPTOR |
+
static io.grpc.MethodDescriptor<com.google.monitoring.v3.GetMetricDescriptorRequest,com.google.api.MetricDescriptor> |
+METHOD_GET_METRIC_DESCRIPTOR |
+
static io.grpc.MethodDescriptor<com.google.monitoring.v3.GetMonitoredResourceDescriptorRequest,com.google.api.MonitoredResourceDescriptor> |
+METHOD_GET_MONITORED_RESOURCE_DESCRIPTOR |
+
static io.grpc.MethodDescriptor<com.google.monitoring.v3.ListMetricDescriptorsRequest,com.google.monitoring.v3.ListMetricDescriptorsResponse> |
+METHOD_LIST_METRIC_DESCRIPTORS |
+
static io.grpc.MethodDescriptor<com.google.monitoring.v3.ListMonitoredResourceDescriptorsRequest,com.google.monitoring.v3.ListMonitoredResourceDescriptorsResponse> |
+METHOD_LIST_MONITORED_RESOURCE_DESCRIPTORS |
+
static io.grpc.MethodDescriptor<com.google.monitoring.v3.ListTimeSeriesRequest,com.google.monitoring.v3.ListTimeSeriesResponse> |
+METHOD_LIST_TIME_SERIES |
+
static java.lang.String |
+SERVICE_NAME |
+
| Modifier and Type | +Method and Description | +
|---|---|
static io.grpc.ServiceDescriptor |
+getServiceDescriptor() |
+
static MetricServiceGrpc.MetricServiceBlockingStub |
+newBlockingStub(io.grpc.Channel channel)
+Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ |
+
static MetricServiceGrpc.MetricServiceFutureStub |
+newFutureStub(io.grpc.Channel channel)
+Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
+ |
+
static MetricServiceGrpc.MetricServiceStub |
+newStub(io.grpc.Channel channel)
+Creates a new async stub that supports all call types for the service
+ |
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String SERVICE_NAME+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.monitoring.v3.ListMonitoredResourceDescriptorsRequest,com.google.monitoring.v3.ListMonitoredResourceDescriptorsResponse> METHOD_LIST_MONITORED_RESOURCE_DESCRIPTORS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.monitoring.v3.GetMonitoredResourceDescriptorRequest,com.google.api.MonitoredResourceDescriptor> METHOD_GET_MONITORED_RESOURCE_DESCRIPTOR+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.monitoring.v3.ListMetricDescriptorsRequest,com.google.monitoring.v3.ListMetricDescriptorsResponse> METHOD_LIST_METRIC_DESCRIPTORS+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.monitoring.v3.GetMetricDescriptorRequest,com.google.api.MetricDescriptor> METHOD_GET_METRIC_DESCRIPTOR+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.monitoring.v3.CreateMetricDescriptorRequest,com.google.api.MetricDescriptor> METHOD_CREATE_METRIC_DESCRIPTOR+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.monitoring.v3.DeleteMetricDescriptorRequest,com.google.protobuf.Empty> METHOD_DELETE_METRIC_DESCRIPTOR+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.monitoring.v3.ListTimeSeriesRequest,com.google.monitoring.v3.ListTimeSeriesResponse> METHOD_LIST_TIME_SERIES+
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") +public static final io.grpc.MethodDescriptor<com.google.monitoring.v3.CreateTimeSeriesRequest,com.google.protobuf.Empty> METHOD_CREATE_TIME_SERIES+
public static MetricServiceGrpc.MetricServiceStub newStub(io.grpc.Channel channel)+
public static MetricServiceGrpc.MetricServiceBlockingStub newBlockingStub(io.grpc.Channel channel)+
public static MetricServiceGrpc.MetricServiceFutureStub newFutureStub(io.grpc.Channel channel)+
public static io.grpc.ServiceDescriptor getServiceDescriptor()+
| Class | +Description | +
|---|---|
| GroupServiceGrpc | +
+
+ The Group API lets you inspect and manage your
+ [groups](google.monitoring.v3.Group).
+ |
+
| GroupServiceGrpc.GroupServiceBlockingStub | +
+
+ The Group API lets you inspect and manage your
+ [groups](google.monitoring.v3.Group).
+ |
+
| GroupServiceGrpc.GroupServiceFutureStub | +
+
+ The Group API lets you inspect and manage your
+ [groups](google.monitoring.v3.Group).
+ |
+
| GroupServiceGrpc.GroupServiceImplBase | +
+
+ The Group API lets you inspect and manage your
+ [groups](google.monitoring.v3.Group).
+ |
+
| GroupServiceGrpc.GroupServiceStub | +
+
+ The Group API lets you inspect and manage your
+ [groups](google.monitoring.v3.Group).
+ |
+
| MetricServiceGrpc | +
+
+ Manages metric descriptors, monitored resource descriptors, and
+ time series data.
+ |
+
| MetricServiceGrpc.MetricServiceBlockingStub | +
+
+ Manages metric descriptors, monitored resource descriptors, and
+ time series data.
+ |
+
| MetricServiceGrpc.MetricServiceFutureStub | +
+
+ Manages metric descriptors, monitored resource descriptors, and
+ time series data.
+ |
+
| MetricServiceGrpc.MetricServiceImplBase | +
+
+ Manages metric descriptors, monitored resource descriptors, and
+ time series data.
+ |
+
| MetricServiceGrpc.MetricServiceStub | +
+
+ Manages metric descriptors, monitored resource descriptors, and
+ time series data.
+ |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.monitoring.v3.GroupService" |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final java.lang.String |
+SERVICE_NAME |
+"google.monitoring.v3.MetricService" |
+
Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+