public final class ListMonitoredResourceDescriptorsResponse extends GeneratedMessageV3 implements ListMonitoredResourceDescriptorsResponseOrBuilder
Result returned from ListMonitoredResourceDescriptors.
Protobuf type google.logging.v2.ListMonitoredResourceDescriptorsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListMonitoredResourceDescriptorsResponseFields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Type | Description |
int |
RESOURCE_DESCRIPTORS_FIELD_NUMBER
public static final int RESOURCE_DESCRIPTORS_FIELD_NUMBER
Type | Description |
int |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstance()
public static ListMonitoredResourceDescriptorsResponse getDefaultInstance()
Type | Description |
ListMonitoredResourceDescriptorsResponse |
getDefaultInstanceForType()
public ListMonitoredResourceDescriptorsResponse getDefaultInstanceForType()
Type | Description |
ListMonitoredResourceDescriptorsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getNextPageToken()
public String getNextPageToken()
If there might be more results than those appearing in this response, then
nextPageToken
is included. To get the next set of results, call this
method again using the value of nextPageToken
as pageToken
.
string next_page_token = 2;
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
If there might be more results than those appearing in this response, then
nextPageToken
is included. To get the next set of results, call this
method again using the value of nextPageToken
as pageToken
.
string next_page_token = 2;
Type | Description |
ByteString | The bytes for nextPageToken. |
getParserForType()
public Parser<ListMonitoredResourceDescriptorsResponse> getParserForType()
Type | Description |
Parser<ListMonitoredResourceDescriptorsResponse> |
getResourceDescriptors(int index)
public MonitoredResourceDescriptor getResourceDescriptors(int index)
A list of resource descriptors.
repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;
Name | Description |
index | int |
Type | Description |
com.google.api.MonitoredResourceDescriptor |
getResourceDescriptorsCount()
public int getResourceDescriptorsCount()
A list of resource descriptors.
repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;
Type | Description |
int |
getResourceDescriptorsList()
public List<MonitoredResourceDescriptor> getResourceDescriptorsList()
A list of resource descriptors.
repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;
Type | Description |
List<com.google.api.MonitoredResourceDescriptor> |
getResourceDescriptorsOrBuilder(int index)
public MonitoredResourceDescriptorOrBuilder getResourceDescriptorsOrBuilder(int index)
A list of resource descriptors.
repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;
Name | Description |
index | int |
Type | Description |
com.google.api.MonitoredResourceDescriptorOrBuilder |
getResourceDescriptorsOrBuilderList()
public List<? extends MonitoredResourceDescriptorOrBuilder> getResourceDescriptorsOrBuilderList()
A list of resource descriptors.
repeated .google.api.MonitoredResourceDescriptor resource_descriptors = 1;
Type | Description |
List<? extends com.google.api.MonitoredResourceDescriptorOrBuilder> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilder()
public static ListMonitoredResourceDescriptorsResponse.Builder newBuilder()
Type | Description |
ListMonitoredResourceDescriptorsResponse.Builder |
newBuilder(ListMonitoredResourceDescriptorsResponse prototype)
public static ListMonitoredResourceDescriptorsResponse.Builder newBuilder(ListMonitoredResourceDescriptorsResponse prototype)
Name | Description |
prototype | ListMonitoredResourceDescriptorsResponse |
Type | Description |
ListMonitoredResourceDescriptorsResponse.Builder |
newBuilderForType()
public ListMonitoredResourceDescriptorsResponse.Builder newBuilderForType()
Type | Description |
ListMonitoredResourceDescriptorsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListMonitoredResourceDescriptorsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListMonitoredResourceDescriptorsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
parseDelimitedFrom(InputStream input)
public static ListMonitoredResourceDescriptorsResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListMonitoredResourceDescriptorsResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListMonitoredResourceDescriptorsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListMonitoredResourceDescriptorsResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListMonitoredResourceDescriptorsResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListMonitoredResourceDescriptorsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListMonitoredResourceDescriptorsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListMonitoredResourceDescriptorsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListMonitoredResourceDescriptorsResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListMonitoredResourceDescriptorsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListMonitoredResourceDescriptorsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListMonitoredResourceDescriptorsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListMonitoredResourceDescriptorsResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListMonitoredResourceDescriptorsResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListMonitoredResourceDescriptorsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListMonitoredResourceDescriptorsResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListMonitoredResourceDescriptorsResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListMonitoredResourceDescriptorsResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListMonitoredResourceDescriptorsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListMonitoredResourceDescriptorsResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListMonitoredResourceDescriptorsResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListMonitoredResourceDescriptorsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListMonitoredResourceDescriptorsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListMonitoredResourceDescriptorsResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListMonitoredResourceDescriptorsResponse> parser()
Type | Description |
Parser<ListMonitoredResourceDescriptorsResponse> |
toBuilder()
public ListMonitoredResourceDescriptorsResponse.Builder toBuilder()
Type | Description |
ListMonitoredResourceDescriptorsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |