public interface LogConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCloudAudit()
public abstract LogConfigCloudAuditOptions getCloudAudit()This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCloudAuditOptions cloud_audit = 412852561;
| Type | Description |
LogConfigCloudAuditOptions |
The cloudAudit. |
getCloudAuditOrBuilder()
public abstract LogConfigCloudAuditOptionsOrBuilder getCloudAuditOrBuilder()This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCloudAuditOptions cloud_audit = 412852561;
| Type | Description |
LogConfigCloudAuditOptionsOrBuilder |
getCounter()
public abstract LogConfigCounterOptions getCounter()This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCounterOptions counter = 420959740;
| Type | Description |
LogConfigCounterOptions |
The counter. |
getCounterOrBuilder()
public abstract LogConfigCounterOptionsOrBuilder getCounterOrBuilder()This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCounterOptions counter = 420959740;
| Type | Description |
LogConfigCounterOptionsOrBuilder |
getDataAccess()
public abstract LogConfigDataAccessOptions getDataAccess()This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigDataAccessOptions data_access = 286633881;
| Type | Description |
LogConfigDataAccessOptions |
The dataAccess. |
getDataAccessOrBuilder()
public abstract LogConfigDataAccessOptionsOrBuilder getDataAccessOrBuilder()This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigDataAccessOptions data_access = 286633881;
| Type | Description |
LogConfigDataAccessOptionsOrBuilder |
hasCloudAudit()
public abstract boolean hasCloudAudit()This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCloudAuditOptions cloud_audit = 412852561;
| Type | Description |
boolean |
Whether the cloudAudit field is set. |
hasCounter()
public abstract boolean hasCounter()This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigCounterOptions counter = 420959740;
| Type | Description |
boolean |
Whether the counter field is set. |
hasDataAccess()
public abstract boolean hasDataAccess()This is deprecated and has no effect. Do not use.
optional .google.cloud.compute.v1.LogConfigDataAccessOptions data_access = 286633881;
| Type | Description |
boolean |
Whether the dataAccess field is set. |