Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
Field |
Field.clone() |
Field |
Field.set(String fieldName,
Object value) |
Field |
Field.setCardinality(String cardinality)
The field cardinality.
|
Field |
Field.setDefaultValue(String defaultValue)
The string value of the default value of this field.
|
Field |
Field.setJsonName(String jsonName)
The field JSON name.
|
Field |
Field.setKind(String kind)
The field type.
|
Field |
Field.setName(String name)
The field name.
|
Field |
Field.setNumber(Integer number)
The field number.
|
Field |
Field.setOneofIndex(Integer oneofIndex)
The index of the field type in `Type.oneofs`, for message or enumeration types.
|
Field |
Field.setOptions(List<Option> options)
The protocol buffer options.
|
Field |
Field.setPacked(Boolean packed)
Whether to use alternative packed wire representation.
|
Field |
Field.setTypeUrl(String typeUrl)
The field type URL, without the scheme, for message or enumeration types.
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
Type.getFields()
The list of fields.
|
Modifier and Type | Method and Description |
---|---|
Type |
Type.setFields(List<Field> fields)
The list of fields.
|
Copyright © 2011–2024 Google. All rights reserved.