Package com.google.cloud.compute.v1
Interface LogConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogConfig,LogConfig.Builder
public interface LogConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogConfigCloudAuditOptionsgetCloudAudit()This is deprecated and has no effect.LogConfigCloudAuditOptionsOrBuildergetCloudAuditOrBuilder()This is deprecated and has no effect.LogConfigCounterOptionsgetCounter()This is deprecated and has no effect.LogConfigCounterOptionsOrBuildergetCounterOrBuilder()This is deprecated and has no effect.LogConfigDataAccessOptionsgetDataAccess()This is deprecated and has no effect.LogConfigDataAccessOptionsOrBuildergetDataAccessOrBuilder()This is deprecated and has no effect.booleanhasCloudAudit()This is deprecated and has no effect.booleanhasCounter()This is deprecated and has no effect.booleanhasDataAccess()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
-
hasCloudAudit
boolean hasCloudAudit()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCloudAuditOptions cloud_audit = 412852561;- Returns:
- Whether the cloudAudit field is set.
-
getCloudAudit
LogConfigCloudAuditOptions getCloudAudit()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCloudAuditOptions cloud_audit = 412852561;- Returns:
- The cloudAudit.
-
getCloudAuditOrBuilder
LogConfigCloudAuditOptionsOrBuilder getCloudAuditOrBuilder()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCloudAuditOptions cloud_audit = 412852561;
-
hasCounter
boolean hasCounter()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCounterOptions counter = 420959740;- Returns:
- Whether the counter field is set.
-
getCounter
LogConfigCounterOptions getCounter()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCounterOptions counter = 420959740;- Returns:
- The counter.
-
getCounterOrBuilder
LogConfigCounterOptionsOrBuilder getCounterOrBuilder()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCounterOptions counter = 420959740;
-
hasDataAccess
boolean hasDataAccess()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigDataAccessOptions data_access = 286633881;- Returns:
- Whether the dataAccess field is set.
-
getDataAccess
LogConfigDataAccessOptions getDataAccess()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigDataAccessOptions data_access = 286633881;- Returns:
- The dataAccess.
-
getDataAccessOrBuilder
LogConfigDataAccessOptionsOrBuilder getDataAccessOrBuilder()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigDataAccessOptions data_access = 286633881;
-
-