Package com.google.cloud.compute.v1
Interface LogConfigDataAccessOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogConfigDataAccessOptions
,LogConfigDataAccessOptions.Builder
public interface LogConfigDataAccessOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLogMode()
This is deprecated and has no effect.com.google.protobuf.ByteString
getLogModeBytes()
This is deprecated and has no effect.boolean
hasLogMode()
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
-
hasLogMode
boolean hasLogMode()
This is deprecated and has no effect. Do not use. Check the LogMode enum for the list of possible values.
optional string log_mode = 402897342;
- Returns:
- Whether the logMode field is set.
-
getLogMode
String getLogMode()
This is deprecated and has no effect. Do not use. Check the LogMode enum for the list of possible values.
optional string log_mode = 402897342;
- Returns:
- The logMode.
-
getLogModeBytes
com.google.protobuf.ByteString getLogModeBytes()
This is deprecated and has no effect. Do not use. Check the LogMode enum for the list of possible values.
optional string log_mode = 402897342;
- Returns:
- The bytes for logMode.
-
-