public interface FrameworkReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFramework()
public abstract String getFramework()Required. The major version of the framework. If not specified, the version corresponds to the latest version of the framework.
string framework = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The framework. |
getFrameworkBytes()
public abstract ByteString getFrameworkBytes()Required. The major version of the framework. If not specified, the version corresponds to the latest version of the framework.
string framework = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for framework. |
getMajorRevisionId()
public abstract long getMajorRevisionId()Optional. The major version of the framework. If not specified, the version corresponds to the latest version 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. The major version of the framework. If not specified, the version corresponds to the latest version of the framework.
optional int64 major_revision_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the majorRevisionId field is set. |