public final class ListGroupMembersRequest extends GeneratedMessageV3 implements ListGroupMembersRequestOrBuilder
The `ListGroupMembers` request.Protobuf type
google.monitoring.v3.ListGroupMembersRequest
Modifier and Type | Class and Description |
---|---|
static class |
ListGroupMembersRequest.Builder
The `ListGroupMembers` request.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
FILTER_FIELD_NUMBER |
static int |
INTERVAL_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PAGE_SIZE_FIELD_NUMBER |
static int |
PAGE_TOKEN_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static ListGroupMembersRequest |
getDefaultInstance() |
ListGroupMembersRequest |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getFilter()
An optional [list filter](/monitoring/api/learn_more#filtering) describing
the members to be returned.
|
ByteString |
getFilterBytes()
An optional [list filter](/monitoring/api/learn_more#filtering) describing
the members to be returned.
|
TimeInterval |
getInterval()
An optional time interval for which results should be returned.
|
TimeIntervalOrBuilder |
getIntervalOrBuilder()
An optional time interval for which results should be returned.
|
java.lang.String |
getName()
The group whose members are listed.
|
ByteString |
getNameBytes()
The group whose members are listed.
|
int |
getPageSize()
A positive number that is the maximum number of results to return.
|
java.lang.String |
getPageToken()
If this field is not empty then it must contain the `nextPageToken` value
returned by a previous call to this method.
|
ByteString |
getPageTokenBytes()
If this field is not empty then it must contain the `nextPageToken` value
returned by a previous call to this method.
|
Parser<ListGroupMembersRequest> |
getParserForType() |
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasInterval()
An optional time interval for which results should be returned.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListGroupMembersRequest.Builder |
newBuilder() |
static ListGroupMembersRequest.Builder |
newBuilder(ListGroupMembersRequest prototype) |
ListGroupMembersRequest.Builder |
newBuilderForType() |
protected ListGroupMembersRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static ListGroupMembersRequest |
parseDelimitedFrom(java.io.InputStream input) |
static ListGroupMembersRequest |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListGroupMembersRequest |
parseFrom(byte[] data) |
static ListGroupMembersRequest |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListGroupMembersRequest |
parseFrom(java.nio.ByteBuffer data) |
static ListGroupMembersRequest |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListGroupMembersRequest |
parseFrom(ByteString data) |
static ListGroupMembersRequest |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListGroupMembersRequest |
parseFrom(CodedInputStream input) |
static ListGroupMembersRequest |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListGroupMembersRequest |
parseFrom(java.io.InputStream input) |
static ListGroupMembersRequest |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<ListGroupMembersRequest> |
parser() |
ListGroupMembersRequest.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int NAME_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int INTERVAL_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public java.lang.String getName()
The group whose members are listed. The format is `"projects/{project_id_or_number}/groups/{group_id}"`.
string name = 7;
getName
in interface ListGroupMembersRequestOrBuilder
public ByteString getNameBytes()
The group whose members are listed. The format is `"projects/{project_id_or_number}/groups/{group_id}"`.
string name = 7;
getNameBytes
in interface ListGroupMembersRequestOrBuilder
public int getPageSize()
A positive number that is the maximum number of results to return.
int32 page_size = 3;
getPageSize
in interface ListGroupMembersRequestOrBuilder
public java.lang.String getPageToken()
If this field is not empty then it must contain the `nextPageToken` value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
string page_token = 4;
getPageToken
in interface ListGroupMembersRequestOrBuilder
public ByteString getPageTokenBytes()
If this field is not empty then it must contain the `nextPageToken` value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
string page_token = 4;
getPageTokenBytes
in interface ListGroupMembersRequestOrBuilder
public java.lang.String getFilter()
An optional [list filter](/monitoring/api/learn_more#filtering) describing the members to be returned. The filter may reference the type, labels, and metadata of monitored resources that comprise the group. For example, to return only resources representing Compute Engine VM instances, use this filter: resource.type = "gce_instance"
string filter = 5;
getFilter
in interface ListGroupMembersRequestOrBuilder
public ByteString getFilterBytes()
An optional [list filter](/monitoring/api/learn_more#filtering) describing the members to be returned. The filter may reference the type, labels, and metadata of monitored resources that comprise the group. For example, to return only resources representing Compute Engine VM instances, use this filter: resource.type = "gce_instance"
string filter = 5;
getFilterBytes
in interface ListGroupMembersRequestOrBuilder
public boolean hasInterval()
An optional time interval for which results should be returned. Only members that were part of the group during the specified interval are included in the response. If no interval is provided then the group membership over the last minute is returned.
.google.monitoring.v3.TimeInterval interval = 6;
hasInterval
in interface ListGroupMembersRequestOrBuilder
public TimeInterval getInterval()
An optional time interval for which results should be returned. Only members that were part of the group during the specified interval are included in the response. If no interval is provided then the group membership over the last minute is returned.
.google.monitoring.v3.TimeInterval interval = 6;
getInterval
in interface ListGroupMembersRequestOrBuilder
public TimeIntervalOrBuilder getIntervalOrBuilder()
An optional time interval for which results should be returned. Only members that were part of the group during the specified interval are included in the response. If no interval is provided then the group membership over the last minute is returned.
.google.monitoring.v3.TimeInterval interval = 6;
getIntervalOrBuilder
in interface ListGroupMembersRequestOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static ListGroupMembersRequest parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListGroupMembersRequest parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListGroupMembersRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListGroupMembersRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListGroupMembersRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListGroupMembersRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListGroupMembersRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ListGroupMembersRequest parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ListGroupMembersRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ListGroupMembersRequest parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ListGroupMembersRequest parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static ListGroupMembersRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public ListGroupMembersRequest.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static ListGroupMembersRequest.Builder newBuilder()
public static ListGroupMembersRequest.Builder newBuilder(ListGroupMembersRequest prototype)
public ListGroupMembersRequest.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected ListGroupMembersRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static ListGroupMembersRequest getDefaultInstance()
public static Parser<ListGroupMembersRequest> parser()
public Parser<ListGroupMembersRequest> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public ListGroupMembersRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder