Class ListServiceLevelObjectivesResponse (3.3.5)

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
TypeDescription
int

SERVICE_LEVEL_OBJECTIVES_FIELD_NUMBER

public static final int SERVICE_LEVEL_OBJECTIVES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListServiceLevelObjectivesResponse getDefaultInstance()
Returns
TypeDescription
ListServiceLevelObjectivesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListServiceLevelObjectivesResponse.Builder newBuilder()
Returns
TypeDescription
ListServiceLevelObjectivesResponse.Builder

newBuilder(ListServiceLevelObjectivesResponse prototype)

public static ListServiceLevelObjectivesResponse.Builder newBuilder(ListServiceLevelObjectivesResponse prototype)
Parameter
NameDescription
prototypeListServiceLevelObjectivesResponse
Returns
TypeDescription
ListServiceLevelObjectivesResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListServiceLevelObjectivesResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListServiceLevelObjectivesResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListServiceLevelObjectivesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListServiceLevelObjectivesResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListServiceLevelObjectivesResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListServiceLevelObjectivesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListServiceLevelObjectivesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListServiceLevelObjectivesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListServiceLevelObjectivesResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListServiceLevelObjectivesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListServiceLevelObjectivesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListServiceLevelObjectivesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListServiceLevelObjectivesResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListServiceLevelObjectivesResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListServiceLevelObjectivesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListServiceLevelObjectivesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListServiceLevelObjectivesResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListServiceLevelObjectivesResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListServiceLevelObjectivesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListServiceLevelObjectivesResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListServiceLevelObjectivesResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListServiceLevelObjectivesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListServiceLevelObjectivesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListServiceLevelObjectivesResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListServiceLevelObjectivesResponse> parser()
Returns
TypeDescription
Parser<ListServiceLevelObjectivesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListServiceLevelObjectivesResponse getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListServiceLevelObjectivesResponse> getParserForType()
Returns
TypeDescription
Parser<ListServiceLevelObjectivesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ServiceLevelObjective

getServiceLevelObjectivesCount()

public int getServiceLevelObjectivesCount()

The ServiceLevelObjectives matching the specified filter.

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

Returns
TypeDescription
int

getServiceLevelObjectivesList()

public List<ServiceLevelObjective> getServiceLevelObjectivesList()

The ServiceLevelObjectives matching the specified filter.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ServiceLevelObjectiveOrBuilder

getServiceLevelObjectivesOrBuilderList()

public List<? extends ServiceLevelObjectiveOrBuilder> getServiceLevelObjectivesOrBuilderList()

The ServiceLevelObjectives matching the specified filter.

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

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

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListServiceLevelObjectivesResponse.Builder newBuilderForType()
Returns
TypeDescription
ListServiceLevelObjectivesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListServiceLevelObjectivesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListServiceLevelObjectivesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListServiceLevelObjectivesResponse.Builder toBuilder()
Returns
TypeDescription
ListServiceLevelObjectivesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException