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 LogConfigCloudAuditOptions
getCloudAudit()
This is deprecated and has no effect.LogConfigCloudAuditOptionsOrBuilder
getCloudAuditOrBuilder()
This is deprecated and has no effect.LogConfigCounterOptions
getCounter()
This is deprecated and has no effect.LogConfigCounterOptionsOrBuilder
getCounterOrBuilder()
This is deprecated and has no effect.LogConfigDataAccessOptions
getDataAccess()
This is deprecated and has no effect.LogConfigDataAccessOptionsOrBuilder
getDataAccessOrBuilder()
This is deprecated and has no effect.boolean
hasCloudAudit()
This is deprecated and has no effect.boolean
hasCounter()
This is deprecated and has no effect.boolean
hasDataAccess()
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;
-
-