public interface UpdateProjectIntelligenceConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIntelligenceConfig()
public abstract IntelligenceConfig getIntelligenceConfig() Required. The IntelligenceConfig resource to be updated.
.google.storage.control.v2.IntelligenceConfig intelligence_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfig |
The intelligenceConfig. |
getIntelligenceConfigOrBuilder()
public abstract IntelligenceConfigOrBuilder getIntelligenceConfigOrBuilder() Required. The IntelligenceConfig resource to be updated.
.google.storage.control.v2.IntelligenceConfig intelligence_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfigOrBuilder |
|
getRequestId()
public abstract String getRequestId()Optional. The ID that uniquely identifies the request, preventing duplicate processing.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The requestId. |
getRequestIdBytes()
public abstract ByteString getRequestIdBytes()Optional. The ID that uniquely identifies the request, preventing duplicate processing.
string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requestId. |
getUpdateMask()
public abstract FieldMask getUpdateMask() Required. The update_mask that specifies the fields within the
IntelligenceConfig resource that should be modified by this update. Only
the listed fields are updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() Required. The update_mask that specifies the fields within the
IntelligenceConfig resource that should be modified by this update. Only
the listed fields are updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasIntelligenceConfig()
public abstract boolean hasIntelligenceConfig() Required. The IntelligenceConfig resource to be updated.
.google.storage.control.v2.IntelligenceConfig intelligence_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the intelligenceConfig field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() Required. The update_mask that specifies the fields within the
IntelligenceConfig resource that should be modified by this update. Only
the listed fields are updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |