Package com.google.cloud.compute.v1
Interface LogConfigCounterOptionsCustomFieldOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogConfigCounterOptionsCustomField,LogConfigCounterOptionsCustomField.Builder
public interface LogConfigCounterOptionsCustomFieldOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()This is deprecated and has no effect.com.google.protobuf.ByteStringgetNameBytes()This is deprecated and has no effect.StringgetValue()This is deprecated and has no effect.com.google.protobuf.ByteStringgetValueBytes()This is deprecated and has no effect.booleanhasName()This is deprecated and has no effect.booleanhasValue()This is deprecated and has no effect.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
This is deprecated and has no effect. Do not use.
optional string name = 3373707;- Returns:
- Whether the name field is set.
-
getName
String getName()
This is deprecated and has no effect. Do not use.
optional string name = 3373707;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
This is deprecated and has no effect. Do not use.
optional string name = 3373707;- Returns:
- The bytes for name.
-
hasValue
boolean hasValue()
This is deprecated and has no effect. Do not use.
optional string value = 111972721;- Returns:
- Whether the value field is set.
-
getValue
String getValue()
This is deprecated and has no effect. Do not use.
optional string value = 111972721;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()
This is deprecated and has no effect. Do not use.
optional string value = 111972721;- Returns:
- The bytes for value.
-
-