public interface LogConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCloudAudit()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCloudAuditOptions cloud_audit = 412852561;
LogConfigCloudAuditOptions getCloudAudit()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCloudAuditOptions cloud_audit = 412852561;
LogConfigCloudAuditOptionsOrBuilder getCloudAuditOrBuilder()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCloudAuditOptions cloud_audit = 412852561;
boolean hasCounter()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCounterOptions counter = 420959740;LogConfigCounterOptions getCounter()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCounterOptions counter = 420959740;LogConfigCounterOptionsOrBuilder getCounterOrBuilder()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCounterOptions counter = 420959740;boolean hasDataAccess()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigDataAccessOptions data_access = 286633881;
LogConfigDataAccessOptions getDataAccess()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigDataAccessOptions data_access = 286633881;
LogConfigDataAccessOptionsOrBuilder getDataAccessOrBuilder()
This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigDataAccessOptions data_access = 286633881;
Copyright © 2023 Google LLC. All rights reserved.