public final class ListServiceLevelObjectivesResponse extends GeneratedMessageV3 implements ListServiceLevelObjectivesResponseOrBuilder
The ListServiceLevelObjectives
response.
Protobuf type google.monitoring.v3.ListServiceLevelObjectivesResponse
Static Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
SERVICE_LEVEL_OBJECTIVES_FIELD_NUMBER
public static final int SERVICE_LEVEL_OBJECTIVES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListServiceLevelObjectivesResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListServiceLevelObjectivesResponse.Builder newBuilder()
Returns
newBuilder(ListServiceLevelObjectivesResponse prototype)
public static ListServiceLevelObjectivesResponse.Builder newBuilder(ListServiceLevelObjectivesResponse prototype)
Parameter
Returns
public static ListServiceLevelObjectivesResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListServiceLevelObjectivesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListServiceLevelObjectivesResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListServiceLevelObjectivesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListServiceLevelObjectivesResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListServiceLevelObjectivesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListServiceLevelObjectivesResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListServiceLevelObjectivesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListServiceLevelObjectivesResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListServiceLevelObjectivesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListServiceLevelObjectivesResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListServiceLevelObjectivesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListServiceLevelObjectivesResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListServiceLevelObjectivesResponse getDefaultInstanceForType()
Returns
getNextPageToken()
public String getNextPageToken()
If there are more results than have been returned, then this field is set
to a non-empty value. To see the additional results,
use that value as page_token
in the next call to this method.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
If there are more results than have been returned, then this field is set
to a non-empty value. To see the additional results,
use that value as page_token
in the next call to this method.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<ListServiceLevelObjectivesResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getServiceLevelObjectives(int index)
public ServiceLevelObjective getServiceLevelObjectives(int index)
The ServiceLevelObjective
s matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;
Parameter
Returns
getServiceLevelObjectivesCount()
public int getServiceLevelObjectivesCount()
The ServiceLevelObjective
s matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;
Returns
getServiceLevelObjectivesList()
public List<ServiceLevelObjective> getServiceLevelObjectivesList()
The ServiceLevelObjective
s matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;
Returns
getServiceLevelObjectivesOrBuilder(int index)
public ServiceLevelObjectiveOrBuilder getServiceLevelObjectivesOrBuilder(int index)
The ServiceLevelObjective
s matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;
Parameter
Returns
getServiceLevelObjectivesOrBuilderList()
public List<? extends ServiceLevelObjectiveOrBuilder> getServiceLevelObjectivesOrBuilderList()
The ServiceLevelObjective
s matching the specified filter.
repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;
Returns
Type | Description |
List<? extends com.google.monitoring.v3.ServiceLevelObjectiveOrBuilder> | |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListServiceLevelObjectivesResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListServiceLevelObjectivesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListServiceLevelObjectivesResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions