Class ListServiceLevelObjectivesResponse (3.43.0)

public final class ListServiceLevelObjectivesResponse extends GeneratedMessageV3 implements ListServiceLevelObjectivesResponseOrBuilder

The ListServiceLevelObjectives response.

Protobuf type google.monitoring.v3.ListServiceLevelObjectivesResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListServiceLevelObjectivesResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

SERVICE_LEVEL_OBJECTIVES_FIELD_NUMBER

public static final int SERVICE_LEVEL_OBJECTIVES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListServiceLevelObjectivesResponse getDefaultInstance()
Returns
Type Description
ListServiceLevelObjectivesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListServiceLevelObjectivesResponse.Builder newBuilder()
Returns
Type Description
ListServiceLevelObjectivesResponse.Builder

newBuilder(ListServiceLevelObjectivesResponse prototype)

public static ListServiceLevelObjectivesResponse.Builder newBuilder(ListServiceLevelObjectivesResponse prototype)
Parameter
Name Description
prototype ListServiceLevelObjectivesResponse
Returns
Type Description
ListServiceLevelObjectivesResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListServiceLevelObjectivesResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListServiceLevelObjectivesResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListServiceLevelObjectivesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListServiceLevelObjectivesResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListServiceLevelObjectivesResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListServiceLevelObjectivesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListServiceLevelObjectivesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListServiceLevelObjectivesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListServiceLevelObjectivesResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListServiceLevelObjectivesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListServiceLevelObjectivesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListServiceLevelObjectivesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListServiceLevelObjectivesResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListServiceLevelObjectivesResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListServiceLevelObjectivesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListServiceLevelObjectivesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListServiceLevelObjectivesResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListServiceLevelObjectivesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListServiceLevelObjectivesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListServiceLevelObjectivesResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListServiceLevelObjectivesResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListServiceLevelObjectivesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListServiceLevelObjectivesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListServiceLevelObjectivesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListServiceLevelObjectivesResponse> parser()
Returns
Type Description
Parser<ListServiceLevelObjectivesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ListServiceLevelObjectivesResponse getDefaultInstanceForType()
Returns
Type Description
ListServiceLevelObjectivesResponse

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
Type Description
Parser<ListServiceLevelObjectivesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getServiceLevelObjectives(int index)

public ServiceLevelObjective getServiceLevelObjectives(int index)

The ServiceLevelObjectives matching the specified filter.

repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;

Parameter
Name Description
index int
Returns
Type Description
ServiceLevelObjective

getServiceLevelObjectivesCount()

public int getServiceLevelObjectivesCount()

The ServiceLevelObjectives matching the specified filter.

repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;

Returns
Type Description
int

getServiceLevelObjectivesList()

public List<ServiceLevelObjective> getServiceLevelObjectivesList()

The ServiceLevelObjectives matching the specified filter.

repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;

Returns
Type Description
List<ServiceLevelObjective>

getServiceLevelObjectivesOrBuilder(int index)

public ServiceLevelObjectiveOrBuilder getServiceLevelObjectivesOrBuilder(int index)

The ServiceLevelObjectives matching the specified filter.

repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;

Parameter
Name Description
index int
Returns
Type Description
ServiceLevelObjectiveOrBuilder

getServiceLevelObjectivesOrBuilderList()

public List<? extends ServiceLevelObjectiveOrBuilder> getServiceLevelObjectivesOrBuilderList()

The ServiceLevelObjectives matching the specified filter.

repeated .google.monitoring.v3.ServiceLevelObjective service_level_objectives = 1;

Returns
Type Description
List<? extends com.google.monitoring.v3.ServiceLevelObjectiveOrBuilder>

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListServiceLevelObjectivesResponse.Builder newBuilderForType()
Returns
Type Description
ListServiceLevelObjectivesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListServiceLevelObjectivesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListServiceLevelObjectivesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ListServiceLevelObjectivesResponse.Builder toBuilder()
Returns
Type Description
ListServiceLevelObjectivesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException