public interface FrameworkReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFramework()
public abstract String getFramework()Required. In the format: organizations/{org}/locations/{location}/frameworks/{framework}
 string framework = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The framework. | 
getFrameworkBytes()
public abstract ByteString getFrameworkBytes()Required. In the format: organizations/{org}/locations/{location}/frameworks/{framework}
 string framework = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for framework. | 
getMajorRevisionId()
public abstract long getMajorRevisionId()Optional. Major revision id of the framework. If not specified, corresponds to the latest revision of the framework.
 optional int64 major_revision_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| long | The majorRevisionId. | 
hasMajorRevisionId()
public abstract boolean hasMajorRevisionId()Optional. Major revision id of the framework. If not specified, corresponds to the latest revision of the framework.
 optional int64 major_revision_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the majorRevisionId field is set. |