public interface FetchFileDiffRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Required.
|
com.google.protobuf.ByteString |
getPathBytes()
Required.
|
String |
getWorkspace()
Required.
|
com.google.protobuf.ByteString |
getWorkspaceBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getWorkspace()
Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getWorkspaceBytes()
Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getPath()
Required. The file's full path including filename, relative to the workspace root.
string path = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getPathBytes()
Required. The file's full path including filename, relative to the workspace root.
string path = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.