Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

/** Initializes a new instance of the AzureBlobStorage type. */
public final class AzureBlobStorageImpl {
/** The URL of the service account, container, or blob that is the targe of the desired operation. */
/** The URL of the service account, container, or blob that is the target of the desired operation. */
private final String url;

/**
* Gets The URL of the service account, container, or blob that is the targe of the desired operation.
* Gets The URL of the service account, container, or blob that is the target of the desired operation.
*
* @return the url value.
*/
Expand Down Expand Up @@ -162,7 +162,7 @@ public BlockBlobsImpl getBlockBlobs() {
/**
* Initializes an instance of AzureBlobStorage client.
*
* @param url The URL of the service account, container, or blob that is the targe of the desired operation.
* @param url The URL of the service account, container, or blob that is the target of the desired operation.
* @param version Specifies the version of the operation to use for this request.
* @param pathRenameMode Determines the behavior of the rename operation.
*/
Expand All @@ -181,7 +181,7 @@ public BlockBlobsImpl getBlockBlobs() {
* Initializes an instance of AzureBlobStorage client.
*
* @param httpPipeline The HTTP pipeline to send requests through.
* @param url The URL of the service account, container, or blob that is the targe of the desired operation.
* @param url The URL of the service account, container, or blob that is the target of the desired operation.
* @param version Specifies the version of the operation to use for this request.
* @param pathRenameMode Determines the behavior of the rename operation.
*/
Expand All @@ -194,7 +194,7 @@ public BlockBlobsImpl getBlockBlobs() {
*
* @param httpPipeline The HTTP pipeline to send requests through.
* @param serializerAdapter The serializer to serialize an object into a string.
* @param url The URL of the service account, container, or blob that is the targe of the desired operation.
* @param url The URL of the service account, container, or blob that is the target of the desired operation.
* @param version Specifies the version of the operation to use for this request.
* @param pathRenameMode Determines the behavior of the rename operation.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ public AzureBlobStorageImplBuilder() {
}

/*
* The URL of the service account, container, or blob that is the targe of
* The URL of the service account, container, or blob that is the target of
* the desired operation.
*/
private String url;

/**
* Sets The URL of the service account, container, or blob that is the targe of the desired operation.
* Sets The URL of the service account, container, or blob that is the target of the desired operation.
*
* @param url the url value.
* @return the AzureBlobStorageImplBuilder.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

/** Initializes a new instance of the AzureDataLakeStorageRestAPI type. */
public final class AzureDataLakeStorageRestAPIImpl {
/** The URL of the service account, container, or blob that is the targe of the desired operation. */
/** The URL of the service account, container, or blob that is the target of the desired operation. */
private final String url;

/**
* Gets The URL of the service account, container, or blob that is the targe of the desired operation.
* Gets The URL of the service account, container, or blob that is the target of the desired operation.
*
* @return the url value.
*/
Expand Down Expand Up @@ -137,7 +137,7 @@ public PathsImpl getPaths() {
/**
* Initializes an instance of AzureDataLakeStorageRestAPI client.
*
* @param url The URL of the service account, container, or blob that is the targe of the desired operation.
* @param url The URL of the service account, container, or blob that is the target of the desired operation.
* @param resource The value must be "filesystem" for all filesystem operations.
* @param version Specifies the version of the operation to use for this request.
* @param fileSystem The filesystem identifier.
Expand All @@ -160,7 +160,7 @@ public PathsImpl getPaths() {
* Initializes an instance of AzureDataLakeStorageRestAPI client.
*
* @param httpPipeline The HTTP pipeline to send requests through.
* @param url The URL of the service account, container, or blob that is the targe of the desired operation.
* @param url The URL of the service account, container, or blob that is the target of the desired operation.
* @param resource The value must be "filesystem" for all filesystem operations.
* @param version Specifies the version of the operation to use for this request.
* @param fileSystem The filesystem identifier.
Expand All @@ -176,7 +176,7 @@ public PathsImpl getPaths() {
*
* @param httpPipeline The HTTP pipeline to send requests through.
* @param serializerAdapter The serializer to serialize an object into a string.
* @param url The URL of the service account, container, or blob that is the targe of the desired operation.
* @param url The URL of the service account, container, or blob that is the target of the desired operation.
* @param resource The value must be "filesystem" for all filesystem operations.
* @param version Specifies the version of the operation to use for this request.
* @param fileSystem The filesystem identifier.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ public AzureDataLakeStorageRestAPIImplBuilder() {
}

/*
* The URL of the service account, container, or blob that is the targe of
* The URL of the service account, container, or blob that is the target of
* the desired operation.
*/
private String url;

/**
* Sets The URL of the service account, container, or blob that is the targe of the desired operation.
* Sets The URL of the service account, container, or blob that is the target of the desired operation.
*
* @param url the url value.
* @return the AzureDataLakeStorageRestAPIImplBuilder.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

/** Initializes a new instance of the AzureQueueStorage type. */
public final class AzureQueueStorageImpl {
/** The URL of the service account, queue or message that is the targe of the desired operation. */
/** The URL of the service account, queue or message that is the target of the desired operation. */
private final String url;

/**
* Gets The URL of the service account, queue or message that is the targe of the desired operation.
* Gets The URL of the service account, queue or message that is the target of the desired operation.
*
* @return the url value.
*/
Expand Down Expand Up @@ -113,7 +113,7 @@ public MessageIdsImpl getMessageIds() {
/**
* Initializes an instance of AzureQueueStorage client.
*
* @param url The URL of the service account, queue or message that is the targe of the desired operation.
* @param url The URL of the service account, queue or message that is the target of the desired operation.
* @param version Specifies the version of the operation to use for this request.
*/
AzureQueueStorageImpl(String url, String version) {
Expand All @@ -130,7 +130,7 @@ public MessageIdsImpl getMessageIds() {
* Initializes an instance of AzureQueueStorage client.
*
* @param httpPipeline The HTTP pipeline to send requests through.
* @param url The URL of the service account, queue or message that is the targe of the desired operation.
* @param url The URL of the service account, queue or message that is the target of the desired operation.
* @param version Specifies the version of the operation to use for this request.
*/
AzureQueueStorageImpl(HttpPipeline httpPipeline, String url, String version) {
Expand All @@ -142,7 +142,7 @@ public MessageIdsImpl getMessageIds() {
*
* @param httpPipeline The HTTP pipeline to send requests through.
* @param serializerAdapter The serializer to serialize an object into a string.
* @param url The URL of the service account, queue or message that is the targe of the desired operation.
* @param url The URL of the service account, queue or message that is the target of the desired operation.
* @param version Specifies the version of the operation to use for this request.
*/
AzureQueueStorageImpl(HttpPipeline httpPipeline, SerializerAdapter serializerAdapter, String url, String version) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ public AzureQueueStorageImplBuilder() {
}

/*
* The URL of the service account, queue or message that is the targe of
* The URL of the service account, queue or message that is the target of
* the desired operation.
*/
private String url;

/**
* Sets The URL of the service account, queue or message that is the targe of the desired operation.
* Sets The URL of the service account, queue or message that is the target of the desired operation.
*
* @param url the url value.
* @return the AzureQueueStorageImplBuilder.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
*/
public final class GeneratedStorageClient extends ServiceClient {
/**
* The URL of the service account, container, or blob that is the targe of the desired operation.
* The URL of the service account, container, or blob that is the target of the desired operation.
*/
private String url;

/**
* Gets The URL of the service account, container, or blob that is the targe of the desired operation.
* Gets The URL of the service account, container, or blob that is the target of the desired operation.
*
* @return the url value.
*/
Expand All @@ -28,7 +28,7 @@ public String url() {
}

/**
* Sets The URL of the service account, container, or blob that is the targe of the desired operation.
* Sets The URL of the service account, container, or blob that is the target of the desired operation.
*
* @param url the url value.
* @return the service client itself.
Expand Down