public static final class GcdmNetcdfProto.DataRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<GcdmNetcdfProto.DataRequest.Builder> implements GcdmNetcdfProto.DataRequestOrBuilder
ucar.gcdm.DataRequest
Modifier and Type | Method and Description |
---|---|
GcdmNetcdfProto.DataRequest |
build() |
GcdmNetcdfProto.DataRequest |
buildPartial() |
GcdmNetcdfProto.DataRequest.Builder |
clear() |
GcdmNetcdfProto.DataRequest.Builder |
clearLocation()
string location = 1; |
GcdmNetcdfProto.DataRequest.Builder |
clearVariableSpec()
string variable_spec = 2; |
GcdmNetcdfProto.DataRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getLocation()
string location = 1; |
com.google.protobuf.ByteString |
getLocationBytes()
string location = 1; |
java.lang.String |
getVariableSpec()
string variable_spec = 2; |
com.google.protobuf.ByteString |
getVariableSpecBytes()
string variable_spec = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GcdmNetcdfProto.DataRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GcdmNetcdfProto.DataRequest.Builder |
mergeFrom(GcdmNetcdfProto.DataRequest other) |
GcdmNetcdfProto.DataRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
GcdmNetcdfProto.DataRequest.Builder |
setLocation(java.lang.String value)
string location = 1; |
GcdmNetcdfProto.DataRequest.Builder |
setLocationBytes(com.google.protobuf.ByteString value)
string location = 1; |
GcdmNetcdfProto.DataRequest.Builder |
setVariableSpec(java.lang.String value)
string variable_spec = 2; |
GcdmNetcdfProto.DataRequest.Builder |
setVariableSpecBytes(com.google.protobuf.ByteString value)
string variable_spec = 2; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<GcdmNetcdfProto.DataRequest.Builder>
public GcdmNetcdfProto.DataRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<GcdmNetcdfProto.DataRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<GcdmNetcdfProto.DataRequest.Builder>
public GcdmNetcdfProto.DataRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public GcdmNetcdfProto.DataRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public GcdmNetcdfProto.DataRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public GcdmNetcdfProto.DataRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<GcdmNetcdfProto.DataRequest.Builder>
public GcdmNetcdfProto.DataRequest.Builder mergeFrom(GcdmNetcdfProto.DataRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<GcdmNetcdfProto.DataRequest.Builder>
public GcdmNetcdfProto.DataRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<GcdmNetcdfProto.DataRequest.Builder>
java.io.IOException
public java.lang.String getLocation()
string location = 1;
getLocation
in interface GcdmNetcdfProto.DataRequestOrBuilder
public com.google.protobuf.ByteString getLocationBytes()
string location = 1;
getLocationBytes
in interface GcdmNetcdfProto.DataRequestOrBuilder
public GcdmNetcdfProto.DataRequest.Builder setLocation(java.lang.String value)
string location = 1;
value
- The location to set.public GcdmNetcdfProto.DataRequest.Builder clearLocation()
string location = 1;
public GcdmNetcdfProto.DataRequest.Builder setLocationBytes(com.google.protobuf.ByteString value)
string location = 1;
value
- The bytes for location to set.public java.lang.String getVariableSpec()
string variable_spec = 2;
getVariableSpec
in interface GcdmNetcdfProto.DataRequestOrBuilder
public com.google.protobuf.ByteString getVariableSpecBytes()
string variable_spec = 2;
getVariableSpecBytes
in interface GcdmNetcdfProto.DataRequestOrBuilder
public GcdmNetcdfProto.DataRequest.Builder setVariableSpec(java.lang.String value)
string variable_spec = 2;
value
- The variableSpec to set.public GcdmNetcdfProto.DataRequest.Builder clearVariableSpec()
string variable_spec = 2;
public GcdmNetcdfProto.DataRequest.Builder setVariableSpecBytes(com.google.protobuf.ByteString value)
string variable_spec = 2;
value
- The bytes for variableSpec to set.