public static final class ListLogMetricsRequest.Builder extends GeneratedMessageV3.Builder<ListLogMetricsRequest.Builder> implements ListLogMetricsRequestOrBuilder
The parameters to ListLogMetrics.Protobuf type
google.logging.v2.ListLogMetricsRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ListLogMetricsRequest.Builder>
public ListLogMetricsRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ListLogMetricsRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ListLogMetricsRequest.Builder>
public ListLogMetricsRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ListLogMetricsRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ListLogMetricsRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ListLogMetricsRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ListLogMetricsRequest.Builder>
public ListLogMetricsRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ListLogMetricsRequest.Builder>
public ListLogMetricsRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ListLogMetricsRequest.Builder>
public ListLogMetricsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ListLogMetricsRequest.Builder>
public ListLogMetricsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ListLogMetricsRequest.Builder>
public ListLogMetricsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ListLogMetricsRequest.Builder>
public ListLogMetricsRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ListLogMetricsRequest.Builder>
public ListLogMetricsRequest.Builder mergeFrom(ListLogMetricsRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ListLogMetricsRequest.Builder>
public ListLogMetricsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ListLogMetricsRequest.Builder>
java.io.IOException
public java.lang.String getParent()
Required. The name of the project containing the metrics: "projects/[PROJECT_ID]"
string parent = 1;
getParent
in interface ListLogMetricsRequestOrBuilder
public ByteString getParentBytes()
Required. The name of the project containing the metrics: "projects/[PROJECT_ID]"
string parent = 1;
getParentBytes
in interface ListLogMetricsRequestOrBuilder
public ListLogMetricsRequest.Builder setParent(java.lang.String value)
Required. The name of the project containing the metrics: "projects/[PROJECT_ID]"
string parent = 1;
public ListLogMetricsRequest.Builder clearParent()
Required. The name of the project containing the metrics: "projects/[PROJECT_ID]"
string parent = 1;
public ListLogMetricsRequest.Builder setParentBytes(ByteString value)
Required. The name of the project containing the metrics: "projects/[PROJECT_ID]"
string parent = 1;
public java.lang.String getPageToken()
Optional. If present, then retrieve the next batch of results from the preceding call to this method. `pageToken` must be the value of `nextPageToken` from the previous response. The values of other method parameters should be identical to those in the previous call.
string page_token = 2;
getPageToken
in interface ListLogMetricsRequestOrBuilder
public ByteString getPageTokenBytes()
Optional. If present, then retrieve the next batch of results from the preceding call to this method. `pageToken` must be the value of `nextPageToken` from the previous response. The values of other method parameters should be identical to those in the previous call.
string page_token = 2;
getPageTokenBytes
in interface ListLogMetricsRequestOrBuilder
public ListLogMetricsRequest.Builder setPageToken(java.lang.String value)
Optional. If present, then retrieve the next batch of results from the preceding call to this method. `pageToken` must be the value of `nextPageToken` from the previous response. The values of other method parameters should be identical to those in the previous call.
string page_token = 2;
public ListLogMetricsRequest.Builder clearPageToken()
Optional. If present, then retrieve the next batch of results from the preceding call to this method. `pageToken` must be the value of `nextPageToken` from the previous response. The values of other method parameters should be identical to those in the previous call.
string page_token = 2;
public ListLogMetricsRequest.Builder setPageTokenBytes(ByteString value)
Optional. If present, then retrieve the next batch of results from the preceding call to this method. `pageToken` must be the value of `nextPageToken` from the previous response. The values of other method parameters should be identical to those in the previous call.
string page_token = 2;
public int getPageSize()
Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of `nextPageToken` in the response indicates that more results might be available.
int32 page_size = 3;
getPageSize
in interface ListLogMetricsRequestOrBuilder
public ListLogMetricsRequest.Builder setPageSize(int value)
Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of `nextPageToken` in the response indicates that more results might be available.
int32 page_size = 3;
public ListLogMetricsRequest.Builder clearPageSize()
Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of `nextPageToken` in the response indicates that more results might be available.
int32 page_size = 3;
public final ListLogMetricsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ListLogMetricsRequest.Builder>
public final ListLogMetricsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ListLogMetricsRequest.Builder>